Html Css Color HEX #EC401E Cinnabar

📋 copy color: '#EC401E'

red 236 ◦ green 64 ◦ blue 30

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

Shades of Cinnabar #EC401E

Tints of Cinnabar #EC401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.09%

R = 71.52%
G = 19.39%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC401E (or 0xEC401E) is known color: Cinnabar. HEX triplet: EC, 40 and 1E. RGB value is (236,64,30). Sum of RGB (Red+Green+Blue) = 236+64+30=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC401E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC401E is #13BFE1. Grayscale: #6F6F6F. Windows color (decimal): -1294306 or 1982700. OLE color: 1982700.

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

Color convert

RGB 236 64 30 -
CMYK 0 0.73 0.87 0.07
HSL 9.9º 0.84% 0.52% -
HSV(B) 9.9º 0.87% 0.93% -
XYZ 36.66 21.59 3.46 -
YUV 111.55 81.98 216.76 -
System Red Green Blue C M Y K H S L
Decimal 236 64 30 0 0.73 0.87 0.07 9.9 0.84 0.52
Hex EC 40 1E 0 49 57 7 A 54 34
Octal 354 100 36 0 111 127 7 12 124 64
Binary 11101100 1000000 11110 0 1001001 1010111 111 1010 1010100 110100

Color Harmonies of #EC401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC401E

Black with #EC401E

Text Example


Text Example

White with #EC401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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