#CB2821

Color #CB2821 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #CB2821

Tints of Persian Red #CB2821

Color information

#CB2821 (or 0xCB2821) is unknown color: approx Persian Red. HEX triplet: CB, 28 and 21. RGB value is (203,40,33). Sum of RGB (Red+Green+Blue) = 203+40+33=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2821 is #34D7DE. Grayscale: #585858. Windows color (decimal): -3463135 or 2173131. OLE color: 2173131.

HSL color Cylindrical-coordinate representation of color #CB2821: hue angle of 2.47º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2821 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB2034033-
CMYK00.800.840.20
HSL2.47º72.03%46.27%-
HSV(B)2.47º83.74%79.61%-
XYZ25.6614.322.85-
YUV87.9497210.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 73.55%
GREEN value IS 40 (16.02% from 255) = 14.49%
BLUE value IS 33 (13.28% from 255) = 11.96%
R=73.55%
G=14.49%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203403300.800.840.202.4772.0346.27
HexCB282105054142482e
Octal3135041012012424211056
Binary1100101110100010000101010000101010010100101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2821; }

 p { color: rgb(203,40,33); }

 H1.HeaderClassName
 {
   color: #CB2821;
 }
 .AnyTagClassName
 {
   color: #CB2821;
 }
</style>
background-color css

<style>
 a { background-color: #CB2821; }

 a { background-color: rgb(203,40,33); }

 div.DivClassName
 {
   background-color: #CB2821;
 }
 .BgClassName
 {
   background-color: #CB2821;
 }
</style>
border-color css

<style>
 span { border-color: #CB2821; }

 span { border-color: rgb(203,40,33); }

 td.TdClassName
 {
   border-color: #CB2821;
 }
 .TagClassName
 {
   border-color: #CB2821;
 }
</style>