Html Css Color HEX #CC3524 Persian Red

📋 copy color: '#CC3524'

red 204 ◦ green 53 ◦ blue 36

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

Shades of Persian Red #CC3524

Tints of Persian Red #CC3524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

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

R = 69.62%
G = 18.09%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3524 (or 0xCC3524) is known color: Persian Red. HEX triplet: CC, 35 and 24. RGB value is (204,53,36). Sum of RGB (Red+Green+Blue) = 204+53+36=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3524 is #33CADB. Grayscale: #606060. Windows color (decimal): -3394268 or 2373068. OLE color: 2373068.

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

Color convert

RGB 204 53 36 -
CMYK 0 0.74 0.82 0.2
HSL 6.07º 0.7% 0.47% -
HSV(B) 6.07º 0.82% 0.8% -
XYZ 26.49 15.51 3.27 -
YUV 96.21 94.03 204.88 -
System Red Green Blue C M Y K H S L
Decimal 204 53 36 0 0.74 0.82 0.2 6.07 0.7 0.47
Hex CC 35 24 0 4A 52 14 6 46 2F
Octal 314 65 44 0 112 122 24 6 106 57
Binary 11001100 110101 100100 0 1001010 1010010 10100 110 1000110 101111

Color Harmonies of #CC3524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3524

Black with #CC3524

Text Example


Text Example

White with #CC3524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3524; }

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

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

background-color css

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

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

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

border-color css

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

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

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