Html Css Color HEX #CB3C36 Persian Red

📋 copy color: '#CB3C36'

red 203 ◦ green 60 ◦ blue 54

#CB3C36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CB3C36

Tints of Persian Red #CB3C36

RGB

 RED value IS 203 (79.69% from 255) = 64.04%

 GREEN value IS 60 (23.83% from 255) = 18.93%

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 64.04%
G = 18.93%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB3C36 (or 0xCB3C36) is known color: Persian Red. HEX triplet: CB, 3C and 36. RGB value is (203,60,54). Sum of RGB (Red+Green+Blue) = 203+60+54=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C36 is #34C3C9. Grayscale: #666666. Windows color (decimal): -3457994 or 3554507. OLE color: 3554507.

HSL color Cylindrical-coordinate representation of color #CB3C36: hue angle of 2.42º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3C36 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 60 54 -
CMYK 0 0.70 0.73 0.20
HSL 2.42º 0.59% 0.5% -
HSV(B) 2.42º 0.73% 0.8% -
XYZ 26.91 16.19 5.2 -
YUV 102.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 203 60 54 0 0.70 0.73 0.20 2.42 0.59 0.5
Hex CB 3C 36 0 46 49 14 2 3B 32
Octal 313 74 66 0 106 111 24 2 73 62
Binary 11001011 111100 110110 0 1000110 1001001 10100 10 111011 110010

Color Harmonies of #CB3C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3C36

Black with #CB3C36

Text Example


Text Example

White with #CB3C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3C36; }

 p { color: rgb(203,60,54); }

 H1.HeaderClassName
 {
   color: #CB3C36;
 }
 .AnyTagClassName
 {
   color: #CB3C36;
 }
</style>

background-color css

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

 a { background-color: rgb(203,60,54); }

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

border-color css

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

 span { border-color: rgb(203,60,54); }

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