Html Css Color HEX #CB2824 Persian Red

📋 copy color: '#CB2824'

red 203 ◦ green 40 ◦ blue 36

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

Shades of Persian Red #CB2824

Tints of Persian Red #CB2824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

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

R = 72.76%
G = 14.34%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB2824 (or 0xCB2824) is known color: Persian Red. HEX triplet: CB, 28 and 24. RGB value is (203,40,36). Sum of RGB (Red+Green+Blue) = 203+40+36=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2824 is #34D7DB. Grayscale: #585858. Windows color (decimal): -3463132 or 2369739. OLE color: 2369739.

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

Color convert

RGB 203 40 36 -
CMYK 0 0.80 0.82 0.20
HSL 1.44º 0.7% 0.47% -
HSV(B) 1.44º 0.82% 0.8% -
XYZ 25.71 14.34 3.08 -
YUV 88.28 98.5 209.83 -
System Red Green Blue C M Y K H S L
Decimal 203 40 36 0 0.80 0.82 0.20 1.44 0.7 0.47
Hex CB 28 24 0 50 52 14 1 46 2F
Octal 313 50 44 0 120 122 24 1 106 57
Binary 11001011 101000 100100 0 1010000 1010010 10100 1 1000110 101111

Color Harmonies of #CB2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2824

Black with #CB2824

Text Example


Text Example

White with #CB2824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2824; }

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

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

background-color css

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

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

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

border-color css

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

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

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