Html Css Color HEX #EC3E1A Cinnabar

📋 copy color: '#EC3E1A'

red 236 ◦ green 62 ◦ blue 26

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

Shades of Cinnabar #EC3E1A

Tints of Cinnabar #EC3E1A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.14%

 BLUE value IS 26 (10.55% from 255) = 8.02%

R = 72.84%
G = 19.14%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC3E1A (or 0xEC3E1A) is known color: Cinnabar. HEX triplet: EC, 3E and 1A. RGB value is (236,62,26). Sum of RGB (Red+Green+Blue) = 236+62+26=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E1A is #13C1E5. Grayscale: #6E6E6E. Windows color (decimal): -1294822 or 1720044. OLE color: 1720044.

HSL color Cylindrical-coordinate representation of color #EC3E1A: hue angle of 10.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC3E1A is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 62 26 -
CMYK 0 0.74 0.89 0.07
HSL 10.29º 0.85% 0.51% -
HSV(B) 10.29º 0.89% 0.93% -
XYZ 36.5 21.35 3.17 -
YUV 109.92 80.65 217.93 -
System Red Green Blue C M Y K H S L
Decimal 236 62 26 0 0.74 0.89 0.07 10.29 0.85 0.51
Hex EC 3E 1A 0 4A 59 7 A 55 33
Octal 354 76 32 0 112 131 7 12 125 63
Binary 11101100 111110 11010 0 1001010 1011001 111 1010 1010101 110011

Color Harmonies of #EC3E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E1A

Black with #EC3E1A

Text Example


Text Example

White with #EC3E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E1A; }

 p { color: rgb(236,62,26); }

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

background-color css

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

 a { background-color: rgb(236,62,26); }

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

border-color css

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

 span { border-color: rgb(236,62,26); }

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