Html Css Color HEX #CC3624 Persian Red

📋 copy color: '#CC3624'

red 204 ◦ green 54 ◦ blue 36

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

Shades of Persian Red #CC3624

Tints of Persian Red #CC3624

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

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

R = 69.39%
G = 18.37%
B = 12.24%

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

#CC3624 (or 0xCC3624) is known color: Persian Red. HEX triplet: CC, 36 and 24. RGB value is (204,54,36). Sum of RGB (Red+Green+Blue) = 204+54+36=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3624 is #33C9DB. Grayscale: #616161. Windows color (decimal): -3394012 or 2373324. OLE color: 2373324.

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

Color convert

RGB 204 54 36 -
CMYK 0 0.74 0.82 0.2
HSL 6.43º 0.7% 0.47% -
HSV(B) 6.43º 0.82% 0.8% -
XYZ 26.54 15.6 3.28 -
YUV 96.8 93.7 204.46 -
System Red Green Blue C M Y K H S L
Decimal 204 54 36 0 0.74 0.82 0.2 6.43 0.7 0.47
Hex CC 36 24 0 4A 52 14 6 46 2F
Octal 314 66 44 0 112 122 24 6 106 57
Binary 11001100 110110 100100 0 1001010 1010010 10100 110 1000110 101111

Color Harmonies of #CC3624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3624

Black with #CC3624

Text Example


Text Example

White with #CC3624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3624; }

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

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

background-color css

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

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

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

border-color css

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

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

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