Html Css Color HEX #CC3325 Persian Red

📋 copy color: '#CC3325'

red 204 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #CC3325

Tints of Persian Red #CC3325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.67%

R = 69.86%
G = 17.47%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3325 (or 0xCC3325) is known color: Persian Red. HEX triplet: CC, 33 and 25. RGB value is (204,51,37). Sum of RGB (Red+Green+Blue) = 204+51+37=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3325 is #33CCDA. Grayscale: #5F5F5F. Windows color (decimal): -3394779 or 2438092. OLE color: 2438092.

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

Color convert

RGB 204 51 37 -
CMYK 0 0.75 0.82 0.2
HSL 5.03º 0.69% 0.47% -
HSV(B) 5.03º 0.82% 0.8% -
XYZ 26.42 15.34 3.32 -
YUV 95.15 95.19 205.64 -
System Red Green Blue C M Y K H S L
Decimal 204 51 37 0 0.75 0.82 0.2 5.03 0.69 0.47
Hex CC 33 25 0 4B 52 14 5 45 2F
Octal 314 63 45 0 113 122 24 5 105 57
Binary 11001100 110011 100101 0 1001011 1010010 10100 101 1000101 101111

Color Harmonies of #CC3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3325

Black with #CC3325

Text Example


Text Example

White with #CC3325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3325; }

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

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

background-color css

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

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

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

border-color css

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

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

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