Html Css Color HEX #CB2421 Persian Red

📋 copy color: '#CB2421'

red 203 ◦ green 36 ◦ blue 33

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

Shades of Persian Red #CB2421

Tints of Persian Red #CB2421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.13%

R = 74.63%
G = 13.24%
B = 12.13%

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

#CB2421 (or 0xCB2421) is known color: Persian Red. HEX triplet: CB, 24 and 21. RGB value is (203,36,33). Sum of RGB (Red+Green+Blue) = 203+36+33=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2421 is #34DBDE. Grayscale: #555555. Windows color (decimal): -3464159 or 2172107. OLE color: 2172107.

HSL color Cylindrical-coordinate representation of color #CB2421: hue angle of 1.06º degrees, saturation: 0.72, 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 #CB2421 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 33 -
CMYK 0 0.82 0.84 0.20
HSL 1.06º 0.72% 0.46% -
HSV(B) 1.06º 0.84% 0.8% -
XYZ 25.53 14.07 2.81 -
YUV 85.59 98.33 211.74 -
System Red Green Blue C M Y K H S L
Decimal 203 36 33 0 0.82 0.84 0.20 1.06 0.72 0.46
Hex CB 24 21 0 52 54 14 1 48 2E
Octal 313 44 41 0 122 124 24 1 110 56
Binary 11001011 100100 100001 0 1010010 1010100 10100 1 1001000 101110

Color Harmonies of #CB2421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2421

Black with #CB2421

Text Example


Text Example

White with #CB2421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2421; }

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

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

background-color css

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

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

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

border-color css

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

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

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