Html Css Color HEX #CB3424 Persian Red

📋 copy color: '#CB3424'

red 203 ◦ green 52 ◦ blue 36

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

Shades of Persian Red #CB3424

Tints of Persian Red #CB3424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

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

R = 69.76%
G = 17.87%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB3424 (or 0xCB3424) is known color: Persian Red. HEX triplet: CB, 34 and 24. RGB value is (203,52,36). Sum of RGB (Red+Green+Blue) = 203+52+36=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3424 is #34CBDB. Grayscale: #5F5F5F. Windows color (decimal): -3460060 or 2372811. OLE color: 2372811.

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

Color convert

RGB 203 52 36 -
CMYK 0 0.74 0.82 0.20
HSL 5.75º 0.7% 0.47% -
HSV(B) 5.75º 0.82% 0.8% -
XYZ 26.18 15.28 3.24 -
YUV 95.33 94.53 204.8 -
System Red Green Blue C M Y K H S L
Decimal 203 52 36 0 0.74 0.82 0.20 5.75 0.7 0.47
Hex CB 34 24 0 4A 52 14 6 46 2F
Octal 313 64 44 0 112 122 24 6 106 57
Binary 11001011 110100 100100 0 1001010 1010010 10100 110 1000110 101111

Color Harmonies of #CB3424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3424

Black with #CB3424

Text Example


Text Example

White with #CB3424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3424; }

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

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

background-color css

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

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

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

border-color css

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

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

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