Html Css Color HEX #CB2420 Persian Red

📋 copy color: '#CB2420'

red 203 ◦ green 36 ◦ blue 32

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

Shades of Persian Red #CB2420

Tints of Persian Red #CB2420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 74.91%
G = 13.28%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB2420 (or 0xCB2420) is known color: Persian Red. HEX triplet: CB, 24 and 20. RGB value is (203,36,32). Sum of RGB (Red+Green+Blue) = 203+36+32=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2420 is #34DBDF. Grayscale: #555555. Windows color (decimal): -3464160 or 2106571. OLE color: 2106571.

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

Color convert

RGB 203 36 32 -
CMYK 0 0.82 0.84 0.20
HSL 1.4º 0.73% 0.46% -
HSV(B) 1.4º 0.84% 0.8% -
XYZ 25.52 14.06 2.74 -
YUV 85.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 203 36 32 0 0.82 0.84 0.20 1.4 0.73 0.46
Hex CB 24 20 0 52 54 14 1 49 2E
Octal 313 44 40 0 122 124 24 1 111 56
Binary 11001011 100100 100000 0 1010010 1010100 10100 1 1001001 101110

Color Harmonies of #CB2420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2420

Black with #CB2420

Text Example


Text Example

White with #CB2420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2420; }

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

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

background-color css

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

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

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

border-color css

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

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

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