Html Css Color HEX #CC3C27 Persian Red

📋 copy color: '#CC3C27'

red 204 ◦ green 60 ◦ blue 39

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

Shades of Persian Red #CC3C27

Tints of Persian Red #CC3C27

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.8%

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

R = 67.33%
G = 19.8%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC3C27 (or 0xCC3C27) is known color: Persian Red. HEX triplet: CC, 3C and 27. RGB value is (204,60,39). Sum of RGB (Red+Green+Blue) = 204+60+39=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C27 is #33C3D8. Grayscale: #646464. Windows color (decimal): -3392473 or 2571468. OLE color: 2571468.

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

Color convert

RGB 204 60 39 -
CMYK 0 0.71 0.81 0.2
HSL 7.64º 0.68% 0.48% -
HSV(B) 7.64º 0.81% 0.8% -
XYZ 26.88 16.22 3.63 -
YUV 100.66 93.21 201.71 -
System Red Green Blue C M Y K H S L
Decimal 204 60 39 0 0.71 0.81 0.2 7.64 0.68 0.48
Hex CC 3C 27 0 47 51 14 8 44 30
Octal 314 74 47 0 107 121 24 10 104 60
Binary 11001100 111100 100111 0 1000111 1010001 10100 1000 1000100 110000

Color Harmonies of #CC3C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C27

Black with #CC3C27

Text Example


Text Example

White with #CC3C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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