Html Css Color HEX #CB3931 Persian Red

📋 copy color: '#CB3931'

red 203 ◦ green 57 ◦ blue 49

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

Shades of Persian Red #CB3931

Tints of Persian Red #CB3931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 65.7%
G = 18.45%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB3931 (or 0xCB3931) is known color: Persian Red. HEX triplet: CB, 39 and 31. RGB value is (203,57,49). Sum of RGB (Red+Green+Blue) = 203+57+49=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3931 is #34C6CE. Grayscale: #636363. Windows color (decimal): -3458767 or 3226059. OLE color: 3226059.

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

Color convert

RGB 203 57 49 -
CMYK 0 0.72 0.76 0.20
HSL 3.12º 0.61% 0.49% -
HSV(B) 3.12º 0.76% 0.8% -
XYZ 26.65 15.84 4.56 -
YUV 99.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 203 57 49 0 0.72 0.76 0.20 3.12 0.61 0.49
Hex CB 39 31 0 48 4C 14 3 3D 31
Octal 313 71 61 0 110 114 24 3 75 61
Binary 11001011 111001 110001 0 1001000 1001100 10100 11 111101 110001

Color Harmonies of #CB3931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3931

Black with #CB3931

Text Example


Text Example

White with #CB3931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3931; }

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

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

background-color css

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

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

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

border-color css

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

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

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