Html Css Color HEX #CC3729 Persian Red

📋 copy color: '#CC3729'

red 204 ◦ green 55 ◦ blue 41

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

Shades of Persian Red #CC3729

Tints of Persian Red #CC3729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.67%

R = 68%
G = 18.33%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC3729 (or 0xCC3729) is known color: Persian Red. HEX triplet: CC, 37 and 29. RGB value is (204,55,41). Sum of RGB (Red+Green+Blue) = 204+55+41=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3729 is #33C8D6. Grayscale: #626262. Windows color (decimal): -3393751 or 2701260. OLE color: 2701260.

HSL color Cylindrical-coordinate representation of color #CC3729: hue angle of 5.15º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC3729 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 55 41 -
CMYK 0 0.73 0.80 0.2
HSL 5.15º 0.67% 0.48% -
HSV(B) 5.15º 0.8% 0.8% -
XYZ 26.67 15.73 3.73 -
YUV 97.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 204 55 41 0 0.73 0.80 0.2 5.15 0.67 0.48
Hex CC 37 29 0 49 50 14 5 43 30
Octal 314 67 51 0 111 120 24 5 103 60
Binary 11001100 110111 101001 0 1001001 1010000 10100 101 1000011 110000

Color Harmonies of #CC3729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3729

Black with #CC3729

Text Example


Text Example

White with #CC3729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3729; }

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

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

background-color css

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

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

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

border-color css

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

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

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