Html Css Color HEX #CB2321 Persian Red

📋 copy color: '#CB2321'

red 203 ◦ green 35 ◦ blue 33

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

Shades of Persian Red #CB2321

Tints of Persian Red #CB2321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.92%

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

R = 74.91%
G = 12.92%
B = 12.18%

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

#CB2321 (or 0xCB2321) is known color: Persian Red. HEX triplet: CB, 23 and 21. RGB value is (203,35,33). Sum of RGB (Red+Green+Blue) = 203+35+33=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2321 is #34DCDE. Grayscale: #555555. Windows color (decimal): -3464415 or 2171851. OLE color: 2171851.

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

Color convert

RGB 203 35 33 -
CMYK 0 0.83 0.84 0.20
HSL 0.71º 0.72% 0.46% -
HSV(B) 0.71º 0.84% 0.8% -
XYZ 25.5 14.01 2.8 -
YUV 85 98.66 212.16 -
System Red Green Blue C M Y K H S L
Decimal 203 35 33 0 0.83 0.84 0.20 0.71 0.72 0.46
Hex CB 23 21 0 53 54 14 1 48 2E
Octal 313 43 41 0 123 124 24 1 110 56
Binary 11001011 100011 100001 0 1010011 1010100 10100 1 1001000 101110

Color Harmonies of #CB2321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2321

Black with #CB2321

Text Example


Text Example

White with #CB2321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2321; }

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

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

background-color css

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

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

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

border-color css

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

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

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