Html Css Color HEX #CC3927 Persian Red

📋 copy color: '#CC3927'

red 204 ◦ green 57 ◦ blue 39

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

Shades of Persian Red #CC3927

Tints of Persian Red #CC3927

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19%

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

R = 68%
G = 19%
B = 13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC3927 (or 0xCC3927) is known color: Persian Red. HEX triplet: CC, 39 and 27. RGB value is (204,57,39). Sum of RGB (Red+Green+Blue) = 204+57+39=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3927 is #33C6D8. Grayscale: #636363. Windows color (decimal): -3393241 or 2570700. OLE color: 2570700.

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

Color convert

RGB 204 57 39 -
CMYK 0 0.72 0.81 0.2
HSL 6.55º 0.68% 0.48% -
HSV(B) 6.55º 0.81% 0.8% -
XYZ 26.73 15.91 3.58 -
YUV 98.9 94.2 202.96 -
System Red Green Blue C M Y K H S L
Decimal 204 57 39 0 0.72 0.81 0.2 6.55 0.68 0.48
Hex CC 39 27 0 48 51 14 7 44 30
Octal 314 71 47 0 110 121 24 7 104 60
Binary 11001100 111001 100111 0 1001000 1010001 10100 111 1000100 110000

Color Harmonies of #CC3927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3927

Black with #CC3927

Text Example


Text Example

White with #CC3927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3927; }

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

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

background-color css

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

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

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

border-color css

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

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

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