Html Css Color HEX #CC3724 Persian Red

📋 copy color: '#CC3724'

red 204 ◦ green 55 ◦ blue 36

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

Shades of Persian Red #CC3724

Tints of Persian Red #CC3724

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.64%

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

R = 69.15%
G = 18.64%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3724 (or 0xCC3724) is known color: Persian Red. HEX triplet: CC, 37 and 24. RGB value is (204,55,36). Sum of RGB (Red+Green+Blue) = 204+55+36=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3724 is #33C8DB. Grayscale: #616161. Windows color (decimal): -3393756 or 2373580. OLE color: 2373580.

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

Color convert

RGB 204 55 36 -
CMYK 0 0.73 0.82 0.2
HSL 6.79º 0.7% 0.47% -
HSV(B) 6.79º 0.82% 0.8% -
XYZ 26.59 15.7 3.3 -
YUV 97.39 93.36 204.04 -
System Red Green Blue C M Y K H S L
Decimal 204 55 36 0 0.73 0.82 0.2 6.79 0.7 0.47
Hex CC 37 24 0 49 52 14 7 46 2F
Octal 314 67 44 0 111 122 24 7 106 57
Binary 11001100 110111 100100 0 1001001 1010010 10100 111 1000110 101111

Color Harmonies of #CC3724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3724

Black with #CC3724

Text Example


Text Example

White with #CC3724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3724; }

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

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

background-color css

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

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

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

border-color css

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

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

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