Html Css Color HEX #CC3424 Persian Red

📋 copy color: '#CC3424'

red 204 ◦ green 52 ◦ blue 36

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

Shades of Persian Red #CC3424

Tints of Persian Red #CC3424

RGB

 RED value IS 204 (80.08% from 255) = 69.86%

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

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

R = 69.86%
G = 17.81%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3424 (or 0xCC3424) is known color: Persian Red. HEX triplet: CC, 34 and 24. RGB value is (204,52,36). Sum of RGB (Red+Green+Blue) = 204+52+36=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3424 is #33CBDB. Grayscale: #5F5F5F. Windows color (decimal): -3394524 or 2372812. OLE color: 2372812.

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

Color convert

RGB 204 52 36 -
CMYK 0 0.75 0.82 0.2
HSL 5.71º 0.7% 0.47% -
HSV(B) 5.71º 0.82% 0.8% -
XYZ 26.45 15.42 3.25 -
YUV 95.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 204 52 36 0 0.75 0.82 0.2 5.71 0.7 0.47
Hex CC 34 24 0 4B 52 14 6 46 2F
Octal 314 64 44 0 113 122 24 6 106 57
Binary 11001100 110100 100100 0 1001011 1010010 10100 110 1000110 101111

Color Harmonies of #CC3424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3424

Black with #CC3424

Text Example


Text Example

White with #CC3424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3424; }

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

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

background-color css

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

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

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

border-color css

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

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

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