Html Css Color HEX #CC352E Persian Red

📋 copy color: '#CC352E'

red 204 ◦ green 53 ◦ blue 46

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

Shades of Persian Red #CC352E

Tints of Persian Red #CC352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 67.33%
G = 17.49%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC352E (or 0xCC352E) is known color: Persian Red. HEX triplet: CC, 35 and 2E. RGB value is (204,53,46). Sum of RGB (Red+Green+Blue) = 204+53+46=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC352E is #33CAD1. Grayscale: #616161. Windows color (decimal): -3394258 or 3028428. OLE color: 3028428.

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

Color convert

RGB 204 53 46 -
CMYK 0 0.74 0.77 0.2
HSL 2.66º 0.63% 0.49% -
HSV(B) 2.66º 0.77% 0.8% -
XYZ 26.67 15.58 4.19 -
YUV 97.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 204 53 46 0 0.74 0.77 0.2 2.66 0.63 0.49
Hex CC 35 2E 0 4A 4D 14 3 3F 31
Octal 314 65 56 0 112 115 24 3 77 61
Binary 11001100 110101 101110 0 1001010 1001101 10100 11 111111 110001

Color Harmonies of #CC352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC352E

Black with #CC352E

Text Example


Text Example

White with #CC352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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