Html Css Color HEX #CC312E Persian Red

📋 copy color: '#CC312E'

red 204 ◦ green 49 ◦ blue 46

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

Shades of Persian Red #CC312E

Tints of Persian Red #CC312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.39%

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

R = 68.23%
G = 16.39%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC312E (or 0xCC312E) is known color: Persian Red. HEX triplet: CC, 31 and 2E. RGB value is (204,49,46). Sum of RGB (Red+Green+Blue) = 204+49+46=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC312E is #33CED1. Grayscale: #5F5F5F. Windows color (decimal): -3395282 or 3027404. OLE color: 3027404.

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

Color convert

RGB 204 49 46 -
CMYK 0 0.76 0.77 0.2
HSL 1.14º 0.63% 0.49% -
HSV(B) 1.14º 0.77% 0.8% -
XYZ 26.49 15.23 4.13 -
YUV 95 100.35 205.74 -
System Red Green Blue C M Y K H S L
Decimal 204 49 46 0 0.76 0.77 0.2 1.14 0.63 0.49
Hex CC 31 2E 0 4C 4D 14 1 3F 31
Octal 314 61 56 0 114 115 24 1 77 61
Binary 11001100 110001 101110 0 1001100 1001101 10100 1 111111 110001

Color Harmonies of #CC312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC312E

Black with #CC312E

Text Example


Text Example

White with #CC312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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