Html Css Color HEX #CB3736 Persian Red

📋 copy color: '#CB3736'

red 203 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #CB3736

Tints of Persian Red #CB3736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.63%

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

R = 65.06%
G = 17.63%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB3736 (or 0xCB3736) is known color: Persian Red. HEX triplet: CB, 37 and 36. RGB value is (203,55,54). Sum of RGB (Red+Green+Blue) = 203+55+54=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3736 is #34C8C9. Grayscale: #636363. Windows color (decimal): -3459274 or 3553227. OLE color: 3553227.

HSL color Cylindrical-coordinate representation of color #CB3736: hue angle of 0.4º 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 #CB3736 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 55 54 -
CMYK 0 0.73 0.73 0.20
HSL 0.4º 0.59% 0.5% -
HSV(B) 0.4º 0.73% 0.8% -
XYZ 26.66 15.7 5.11 -
YUV 99.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 203 55 54 0 0.73 0.73 0.20 0.4 0.59 0.5
Hex CB 37 36 0 49 49 14 0 3B 32
Octal 313 67 66 0 111 111 24 0 73 62
Binary 11001011 110111 110110 0 1001001 1001001 10100 0 111011 110010

Color Harmonies of #CB3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3736

Black with #CB3736

Text Example


Text Example

White with #CB3736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3736; }

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

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

background-color css

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

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

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

border-color css

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

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

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