Html Css Color HEX #CC372A Persian Red

📋 copy color: '#CC372A'

red 204 ◦ green 55 ◦ blue 42

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

Shades of Persian Red #CC372A

Tints of Persian Red #CC372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 67.77%
G = 18.27%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC372A (or 0xCC372A) is known color: Persian Red. HEX triplet: CC, 37 and 2A. RGB value is (204,55,42). Sum of RGB (Red+Green+Blue) = 204+55+42=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC372A is #33C8D5. Grayscale: #626262. Windows color (decimal): -3393750 or 2766796. OLE color: 2766796.

HSL color Cylindrical-coordinate representation of color #CC372A: hue angle of 4.81º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC372A is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 55 42 -
CMYK 0 0.73 0.79 0.2
HSL 4.81º 0.66% 0.48% -
HSV(B) 4.81º 0.79% 0.8% -
XYZ 26.69 15.74 3.82 -
YUV 98.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 204 55 42 0 0.73 0.79 0.2 4.81 0.66 0.48
Hex CC 37 2A 0 49 4F 14 5 42 30
Octal 314 67 52 0 111 117 24 5 102 60
Binary 11001100 110111 101010 0 1001001 1001111 10100 101 1000010 110000

Color Harmonies of #CC372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC372A

Black with #CC372A

Text Example


Text Example

White with #CC372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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