Html Css Color HEX #CC3727 Persian Red

📋 copy color: '#CC3727'

red 204 ◦ green 55 ◦ blue 39

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

Shades of Persian Red #CC3727

Tints of Persian Red #CC3727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 68.46%
G = 18.46%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC3727 (or 0xCC3727) is known color: Persian Red. HEX triplet: CC, 37 and 27. RGB value is (204,55,39). Sum of RGB (Red+Green+Blue) = 204+55+39=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3727 is #33C8D8. Grayscale: #616161. Windows color (decimal): -3393753 or 2570188. OLE color: 2570188.

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

Color convert

RGB 204 55 39 -
CMYK 0 0.73 0.81 0.2
HSL 5.82º 0.68% 0.48% -
HSV(B) 5.82º 0.81% 0.8% -
XYZ 26.63 15.72 3.55 -
YUV 97.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 204 55 39 0 0.73 0.81 0.2 5.82 0.68 0.48
Hex CC 37 27 0 49 51 14 6 44 30
Octal 314 67 47 0 111 121 24 6 104 60
Binary 11001100 110111 100111 0 1001001 1010001 10100 110 1000100 110000

Color Harmonies of #CC3727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3727

Black with #CC3727

Text Example


Text Example

White with #CC3727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3727; }

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

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

background-color css

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

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

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

border-color css

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

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

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