Html Css Color HEX #CB2424 Persian Red

📋 copy color: '#CB2424'

red 203 ◦ green 36 ◦ blue 36

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

Shades of Persian Red #CB2424

Tints of Persian Red #CB2424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.09%

 BLUE value IS 36 (14.45% from 255) = 13.09%

R = 73.82%
G = 13.09%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB2424 (or 0xCB2424) is known color: Persian Red. HEX triplet: CB, 24 and 24. RGB value is (203,36,36). Sum of RGB (Red+Green+Blue) = 203+36+36=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2424 is #34DBDB. Grayscale: #565656. Windows color (decimal): -3464156 or 2368715. OLE color: 2368715.

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

Color convert

RGB 203 36 36 -
CMYK 0 0.82 0.82 0.20
HSL 0.7% 0.47% -
HSV(B) 0.82% 0.8% -
XYZ 25.58 14.09 3.04 -
YUV 85.93 99.83 211.5 -
System Red Green Blue C M Y K H S L
Decimal 203 36 36 0 0.82 0.82 0.20 0 0.7 0.47
Hex CB 24 24 0 52 52 14 0 46 2F
Octal 313 44 44 0 122 122 24 0 106 57
Binary 11001011 100100 100100 0 1010010 1010010 10100 0 1000110 101111

Color Harmonies of #CB2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2424

Black with #CB2424

Text Example


Text Example

White with #CB2424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2424; }

 p { color: rgb(203,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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