Html Css Color HEX #CC352C Persian Red

📋 copy color: '#CC352C'

red 204 ◦ green 53 ◦ blue 44

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

Shades of Persian Red #CC352C

Tints of Persian Red #CC352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 67.77%
G = 17.61%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC352C (or 0xCC352C) is known color: Persian Red. HEX triplet: CC, 35 and 2C. RGB value is (204,53,44). Sum of RGB (Red+Green+Blue) = 204+53+44=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC352C is #33CAD3. Grayscale: #616161. Windows color (decimal): -3394260 or 2897356. OLE color: 2897356.

HSL color Cylindrical-coordinate representation of color #CC352C: hue angle of 3.38º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC352C is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 53 44 -
CMYK 0 0.74 0.78 0.2
HSL 3.38º 0.65% 0.49% -
HSV(B) 3.38º 0.78% 0.8% -
XYZ 26.63 15.57 3.98 -
YUV 97.12 98.03 204.23 -
System Red Green Blue C M Y K H S L
Decimal 204 53 44 0 0.74 0.78 0.2 3.38 0.65 0.49
Hex CC 35 2C 0 4A 4E 14 3 41 31
Octal 314 65 54 0 112 116 24 3 101 61
Binary 11001100 110101 101100 0 1001010 1001110 10100 11 1000001 110001

Color Harmonies of #CC352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC352C

Black with #CC352C

Text Example


Text Example

White with #CC352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC352C; }

 p { color: rgb(204,53,44); }

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

background-color css

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

 a { background-color: rgb(204,53,44); }

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

border-color css

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

 span { border-color: rgb(204,53,44); }

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