Html Css Color HEX #CC3F2F Persian Red

📋 copy color: '#CC3F2F'

red 204 ◦ green 63 ◦ blue 47

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

Shades of Persian Red #CC3F2F

Tints of Persian Red #CC3F2F

RGB

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

 GREEN value IS 63 (25% from 255) = 20.06%

 BLUE value IS 47 (18.75% from 255) = 14.97%

R = 64.97%
G = 20.06%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC3F2F (or 0xCC3F2F) is known color: Persian Red. HEX triplet: CC, 3F and 2F. RGB value is (204,63,47). Sum of RGB (Red+Green+Blue) = 204+63+47=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F2F is #33C0D0. Grayscale: #676767. Windows color (decimal): -3391697 or 3096524. OLE color: 3096524.

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

Color convert

RGB 204 63 47 -
CMYK 0 0.69 0.77 0.2
HSL 6.11º 0.63% 0.49% -
HSV(B) 6.11º 0.77% 0.8% -
XYZ 27.19 16.6 4.46 -
YUV 103.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 204 63 47 0 0.69 0.77 0.2 6.11 0.63 0.49
Hex CC 3F 2F 0 45 4D 14 6 3F 31
Octal 314 77 57 0 105 115 24 6 77 61
Binary 11001100 111111 101111 0 1000101 1001101 10100 110 111111 110001

Color Harmonies of #CC3F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F2F

Black with #CC3F2F

Text Example


Text Example

White with #CC3F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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