Html Css Color HEX #CB3224 Persian Red

📋 copy color: '#CB3224'

red 203 ◦ green 50 ◦ blue 36

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

Shades of Persian Red #CB3224

Tints of Persian Red #CB3224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

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

R = 70.24%
G = 17.3%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB3224 (or 0xCB3224) is known color: Persian Red. HEX triplet: CB, 32 and 24. RGB value is (203,50,36). Sum of RGB (Red+Green+Blue) = 203+50+36=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3224 is #34CDDB. Grayscale: #5E5E5E. Windows color (decimal): -3460572 or 2372299. OLE color: 2372299.

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

Color convert

RGB 203 50 36 -
CMYK 0 0.75 0.82 0.20
HSL 5.03º 0.7% 0.47% -
HSV(B) 5.03º 0.82% 0.8% -
XYZ 26.09 15.11 3.21 -
YUV 94.15 95.19 205.64 -
System Red Green Blue C M Y K H S L
Decimal 203 50 36 0 0.75 0.82 0.20 5.03 0.7 0.47
Hex CB 32 24 0 4B 52 14 5 46 2F
Octal 313 62 44 0 113 122 24 5 106 57
Binary 11001011 110010 100100 0 1001011 1010010 10100 101 1000110 101111

Color Harmonies of #CB3224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3224

Black with #CB3224

Text Example


Text Example

White with #CB3224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3224; }

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

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

background-color css

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

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

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

border-color css

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

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

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