Html Css Color HEX #CC312A Persian Red

📋 copy color: '#CC312A'

red 204 ◦ green 49 ◦ blue 42

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

Shades of Persian Red #CC312A

Tints of Persian Red #CC312A

RGB

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

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

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

R = 69.15%
G = 16.61%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC312A (or 0xCC312A) is known color: Persian Red. HEX triplet: CC, 31 and 2A. RGB value is (204,49,42). Sum of RGB (Red+Green+Blue) = 204+49+42=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC312A is #33CED5. Grayscale: #5E5E5E. Windows color (decimal): -3395286 or 2765260. OLE color: 2765260.

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

Color convert

RGB 204 49 42 -
CMYK 0 0.76 0.79 0.2
HSL 2.59º 0.66% 0.48% -
HSV(B) 2.59º 0.79% 0.8% -
XYZ 26.42 15.2 3.73 -
YUV 94.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 204 49 42 0 0.76 0.79 0.2 2.59 0.66 0.48
Hex CC 31 2A 0 4C 4F 14 3 42 30
Octal 314 61 52 0 114 117 24 3 102 60
Binary 11001100 110001 101010 0 1001100 1001111 10100 11 1000010 110000

Color Harmonies of #CC312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC312A

Black with #CC312A

Text Example


Text Example

White with #CC312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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