Html Css Color HEX #EC3920 Cinnabar

📋 copy color: '#EC3920'

red 236 ◦ green 57 ◦ blue 32

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

Shades of Cinnabar #EC3920

Tints of Cinnabar #EC3920

RGB

 RED value IS 236 (92.58% from 255) = 72.62%

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

 BLUE value IS 32 (12.89% from 255) = 9.85%

R = 72.62%
G = 17.54%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC3920 (or 0xEC3920) is known color: Cinnabar. HEX triplet: EC, 39 and 20. RGB value is (236,57,32). Sum of RGB (Red+Green+Blue) = 236+57+32=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3920 is #13C6DF. Grayscale: #6B6B6B. Windows color (decimal): -1296096 or 2111980. OLE color: 2111980.

HSL color Cylindrical-coordinate representation of color #EC3920: hue angle of 7.35º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC3920 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 57 32 -
CMYK 0 0.76 0.86 0.07
HSL 7.35º 0.84% 0.53% -
HSV(B) 7.35º 0.86% 0.93% -
XYZ 36.32 20.86 3.48 -
YUV 107.67 85.3 219.53 -
System Red Green Blue C M Y K H S L
Decimal 236 57 32 0 0.76 0.86 0.07 7.35 0.84 0.53
Hex EC 39 20 0 4C 56 7 7 54 35
Octal 354 71 40 0 114 126 7 7 124 65
Binary 11101100 111001 100000 0 1001100 1010110 111 111 1010100 110101

Color Harmonies of #EC3920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3920

Black with #EC3920

Text Example


Text Example

White with #EC3920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3920; }

 p { color: rgb(236,57,32); }

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

background-color css

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

 a { background-color: rgb(236,57,32); }

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

border-color css

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

 span { border-color: rgb(236,57,32); }

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