Html Css Color HEX #CB2221 Persian Red

📋 copy color: '#CB2221'

red 203 ◦ green 34 ◦ blue 33

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

Shades of Persian Red #CB2221

Tints of Persian Red #CB2221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.59%

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

R = 75.19%
G = 12.59%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB2221 (or 0xCB2221) is known color: Persian Red. HEX triplet: CB, 22 and 21. RGB value is (203,34,33). Sum of RGB (Red+Green+Blue) = 203+34+33=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2221 is #34DDDE. Grayscale: #545454. Windows color (decimal): -3464671 or 2171595. OLE color: 2171595.

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

Color convert

RGB 203 34 33 -
CMYK 0 0.83 0.84 0.20
HSL 0.35º 0.72% 0.46% -
HSV(B) 0.35º 0.84% 0.8% -
XYZ 25.48 13.95 2.79 -
YUV 84.42 98.99 212.58 -
System Red Green Blue C M Y K H S L
Decimal 203 34 33 0 0.83 0.84 0.20 0.35 0.72 0.46
Hex CB 22 21 0 53 54 14 0 48 2E
Octal 313 42 41 0 123 124 24 0 110 56
Binary 11001011 100010 100001 0 1010011 1010100 10100 0 1001000 101110

Color Harmonies of #CB2221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2221

Black with #CB2221

Text Example


Text Example

White with #CB2221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2221; }

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

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

background-color css

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

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

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

border-color css

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

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

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