Html Css Color HEX #CC3F27 Persian Red

📋 copy color: '#CC3F27'

red 204 ◦ green 63 ◦ blue 39

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

Shades of Persian Red #CC3F27

Tints of Persian Red #CC3F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.75%

R = 66.67%
G = 20.59%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC3F27 (or 0xCC3F27) is known color: Persian Red. HEX triplet: CC, 3F and 27. RGB value is (204,63,39). Sum of RGB (Red+Green+Blue) = 204+63+39=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F27 is #33C0D8. Grayscale: #666666. Windows color (decimal): -3391705 or 2572236. OLE color: 2572236.

HSL color Cylindrical-coordinate representation of color #CC3F27: hue angle of 8.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC3F27 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 63 39 -
CMYK 0 0.69 0.81 0.2
HSL 8.73º 0.68% 0.48% -
HSV(B) 8.73º 0.81% 0.8% -
XYZ 27.05 16.54 3.69 -
YUV 102.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 204 63 39 0 0.69 0.81 0.2 8.73 0.68 0.48
Hex CC 3F 27 0 45 51 14 9 44 30
Octal 314 77 47 0 105 121 24 11 104 60
Binary 11001100 111111 100111 0 1000101 1010001 10100 1001 1000100 110000

Color Harmonies of #CC3F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F27

Black with #CC3F27

Text Example


Text Example

White with #CC3F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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