Html Css Color HEX #CB3937 Persian Red

📋 copy color: '#CB3937'

red 203 ◦ green 57 ◦ blue 55

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

Shades of Persian Red #CB3937

Tints of Persian Red #CB3937

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

 BLUE value IS 55 (21.88% from 255) = 17.46%

R = 64.44%
G = 18.1%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB3937 (or 0xCB3937) is known color: Persian Red. HEX triplet: CB, 39 and 37. RGB value is (203,57,55). Sum of RGB (Red+Green+Blue) = 203+57+55=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3937 is #34C6C8. Grayscale: #646464. Windows color (decimal): -3458761 or 3619275. OLE color: 3619275.

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

Color convert

RGB 203 57 55 -
CMYK 0 0.72 0.73 0.20
HSL 0.81º 0.59% 0.51% -
HSV(B) 0.81º 0.73% 0.8% -
XYZ 26.78 15.9 5.27 -
YUV 100.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 203 57 55 0 0.72 0.73 0.20 0.81 0.59 0.51
Hex CB 39 37 0 48 49 14 1 3B 33
Octal 313 71 67 0 110 111 24 1 73 63
Binary 11001011 111001 110111 0 1001000 1001001 10100 1 111011 110011

Color Harmonies of #CB3937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3937

Black with #CB3937

Text Example


Text Example

White with #CB3937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3937; }

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

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

background-color css

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

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

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

border-color css

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

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

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