Html Css Color HEX #CC2F2C Persian Red

📋 copy color: '#CC2F2C'

red 204 ◦ green 47 ◦ blue 44

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

Shades of Persian Red #CC2F2C

Tints of Persian Red #CC2F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.93%

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 69.15%
G = 15.93%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC2F2C (or 0xCC2F2C) is known color: Persian Red. HEX triplet: CC, 2F and 2C. RGB value is (204,47,44). Sum of RGB (Red+Green+Blue) = 204+47+44=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2F2C is #33D0D3. Grayscale: #5D5D5D. Windows color (decimal): -3395796 or 2895820. OLE color: 2895820.

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

Color convert

RGB 204 47 44 -
CMYK 0 0.77 0.78 0.2
HSL 1.13º 0.65% 0.49% -
HSV(B) 1.13º 0.78% 0.8% -
XYZ 26.37 15.05 3.9 -
YUV 93.6 100.01 206.74 -
System Red Green Blue C M Y K H S L
Decimal 204 47 44 0 0.77 0.78 0.2 1.13 0.65 0.49
Hex CC 2F 2C 0 4D 4E 14 1 41 31
Octal 314 57 54 0 115 116 24 1 101 61
Binary 11001100 101111 101100 0 1001101 1001110 10100 1 1000001 110001

Color Harmonies of #CC2F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F2C

Black with #CC2F2C

Text Example


Text Example

White with #CC2F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F2C; }

 p { color: rgb(204,47,44); }

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

background-color css

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

 a { background-color: rgb(204,47,44); }

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

border-color css

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

 span { border-color: rgb(204,47,44); }

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