Html Css Color HEX #CC3929 Persian Red

📋 copy color: '#CC3929'

red 204 ◦ green 57 ◦ blue 41

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

Shades of Persian Red #CC3929

Tints of Persian Red #CC3929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.87%

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

R = 67.55%
G = 18.87%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC3929 (or 0xCC3929) is known color: Persian Red. HEX triplet: CC, 39 and 29. RGB value is (204,57,41). Sum of RGB (Red+Green+Blue) = 204+57+41=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3929 is #33C6D6. Grayscale: #636363. Windows color (decimal): -3393239 or 2701772. OLE color: 2701772.

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

Color convert

RGB 204 57 41 -
CMYK 0 0.72 0.80 0.2
HSL 5.89º 0.67% 0.48% -
HSV(B) 5.89º 0.8% 0.8% -
XYZ 26.77 15.92 3.76 -
YUV 99.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 204 57 41 0 0.72 0.80 0.2 5.89 0.67 0.48
Hex CC 39 29 0 48 50 14 6 43 30
Octal 314 71 51 0 110 120 24 6 103 60
Binary 11001100 111001 101001 0 1001000 1010000 10100 110 1000011 110000

Color Harmonies of #CC3929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3929

Black with #CC3929

Text Example


Text Example

White with #CC3929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3929; }

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

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

background-color css

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

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

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

border-color css

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

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

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