Html Css Color HEX #CC372E Persian Red

📋 copy color: '#CC372E'

red 204 ◦ green 55 ◦ blue 46

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

Shades of Persian Red #CC372E

Tints of Persian Red #CC372E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

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

R = 66.89%
G = 18.03%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC372E (or 0xCC372E) is known color: Persian Red. HEX triplet: CC, 37 and 2E. RGB value is (204,55,46). Sum of RGB (Red+Green+Blue) = 204+55+46=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC372E is #33C8D1. Grayscale: #626262. Windows color (decimal): -3393746 or 3028940. OLE color: 3028940.

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

Color convert

RGB 204 55 46 -
CMYK 0 0.73 0.77 0.2
HSL 3.42º 0.63% 0.49% -
HSV(B) 3.42º 0.77% 0.8% -
XYZ 26.76 15.77 4.22 -
YUV 98.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 204 55 46 0 0.73 0.77 0.2 3.42 0.63 0.49
Hex CC 37 2E 0 49 4D 14 3 3F 31
Octal 314 67 56 0 111 115 24 3 77 61
Binary 11001100 110111 101110 0 1001001 1001101 10100 11 111111 110001

Color Harmonies of #CC372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC372E

Black with #CC372E

Text Example


Text Example

White with #CC372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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