Html Css Color HEX #EC3020 Cinnabar

📋 copy color: '#EC3020'

red 236 ◦ green 48 ◦ blue 32

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

Shades of Cinnabar #EC3020

Tints of Cinnabar #EC3020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 74.68%
G = 15.19%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC3020 (or 0xEC3020) is known color: Cinnabar. HEX triplet: EC, 30 and 20. RGB value is (236,48,32). Sum of RGB (Red+Green+Blue) = 236+48+32=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3020 is #13CFDF. Grayscale: #666666. Windows color (decimal): -1298400 or 2109676. OLE color: 2109676.

HSL color Cylindrical-coordinate representation of color #EC3020: hue angle of 4.71º 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 #EC3020 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 48 32 -
CMYK 0 0.80 0.86 0.07
HSL 4.71º 0.84% 0.53% -
HSV(B) 4.71º 0.86% 0.93% -
XYZ 35.91 20.05 3.34 -
YUV 102.39 88.28 223.3 -
System Red Green Blue C M Y K H S L
Decimal 236 48 32 0 0.80 0.86 0.07 4.71 0.84 0.53
Hex EC 30 20 0 50 56 7 5 54 35
Octal 354 60 40 0 120 126 7 5 124 65
Binary 11101100 110000 100000 0 1010000 1010110 111 101 1010100 110101

Color Harmonies of #EC3020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3020

Black with #EC3020

Text Example


Text Example

White with #EC3020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3020; }

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

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

background-color css

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

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

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

border-color css

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

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

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