Html Css Color HEX #EC401A Cinnabar

📋 copy color: '#EC401A'

red 236 ◦ green 64 ◦ blue 26

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

Shades of Cinnabar #EC401A

Tints of Cinnabar #EC401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

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

R = 72.39%
G = 19.63%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC401A (or 0xEC401A) is known color: Cinnabar. HEX triplet: EC, 40 and 1A. RGB value is (236,64,26). Sum of RGB (Red+Green+Blue) = 236+64+26=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC401A is #13BFE5. Grayscale: #6F6F6F. Windows color (decimal): -1294310 or 1720556. OLE color: 1720556.

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

Color convert

RGB 236 64 26 -
CMYK 0 0.73 0.89 0.07
HSL 10.86º 0.85% 0.51% -
HSV(B) 10.86º 0.89% 0.93% -
XYZ 36.61 21.57 3.21 -
YUV 111.1 79.98 217.09 -
System Red Green Blue C M Y K H S L
Decimal 236 64 26 0 0.73 0.89 0.07 10.86 0.85 0.51
Hex EC 40 1A 0 49 59 7 B 55 33
Octal 354 100 32 0 111 131 7 13 125 63
Binary 11101100 1000000 11010 0 1001001 1011001 111 1011 1010101 110011

Color Harmonies of #EC401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC401A

Black with #EC401A

Text Example


Text Example

White with #EC401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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