Html Css Color HEX #CC3329 Persian Red

📋 copy color: '#CC3329'

red 204 ◦ green 51 ◦ blue 41

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

Shades of Persian Red #CC3329

Tints of Persian Red #CC3329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

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

R = 68.92%
G = 17.23%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC3329 (or 0xCC3329) is known color: Persian Red. HEX triplet: CC, 33 and 29. RGB value is (204,51,41). Sum of RGB (Red+Green+Blue) = 204+51+41=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3329 is #33CCD6. Grayscale: #5F5F5F. Windows color (decimal): -3394775 or 2700236. OLE color: 2700236.

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

Color convert

RGB 204 51 41 -
CMYK 0 0.75 0.80 0.2
HSL 3.68º 0.67% 0.48% -
HSV(B) 3.68º 0.8% 0.8% -
XYZ 26.49 15.37 3.67 -
YUV 95.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 204 51 41 0 0.75 0.80 0.2 3.68 0.67 0.48
Hex CC 33 29 0 4B 50 14 4 43 30
Octal 314 63 51 0 113 120 24 4 103 60
Binary 11001100 110011 101001 0 1001011 1010000 10100 100 1000011 110000

Color Harmonies of #CC3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3329

Black with #CC3329

Text Example


Text Example

White with #CC3329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3329; }

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

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

background-color css

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

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

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

border-color css

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

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

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