Html Css Color HEX #CC312D Persian Red

📋 copy color: '#CC312D'

red 204 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #CC312D

Tints of Persian Red #CC312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 68.46%
G = 16.44%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC312D (or 0xCC312D) is known color: Persian Red. HEX triplet: CC, 31 and 2D. RGB value is (204,49,45). Sum of RGB (Red+Green+Blue) = 204+49+45=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC312D is #33CED2. Grayscale: #5F5F5F. Windows color (decimal): -3395283 or 2961868. OLE color: 2961868.

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

Color convert

RGB 204 49 45 -
CMYK 0 0.76 0.78 0.2
HSL 1.51º 0.64% 0.49% -
HSV(B) 1.51º 0.78% 0.8% -
XYZ 26.47 15.22 4.03 -
YUV 94.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 204 49 45 0 0.76 0.78 0.2 1.51 0.64 0.49
Hex CC 31 2D 0 4C 4E 14 2 40 31
Octal 314 61 55 0 114 116 24 2 100 61
Binary 11001100 110001 101101 0 1001100 1001110 10100 10 1000000 110001

Color Harmonies of #CC312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC312D

Black with #CC312D

Text Example


Text Example

White with #CC312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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