Html Css Color HEX #EC441A Cinnabar

📋 copy color: '#EC441A'

red 236 ◦ green 68 ◦ blue 26

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

Shades of Cinnabar #EC441A

Tints of Cinnabar #EC441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

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

R = 71.52%
G = 20.61%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC441A (or 0xEC441A) is known color: Cinnabar. HEX triplet: EC, 44 and 1A. RGB value is (236,68,26). Sum of RGB (Red+Green+Blue) = 236+68+26=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC441A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC441A is #13BBE5. Grayscale: #717171. Windows color (decimal): -1293286 or 1721580. OLE color: 1721580.

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

Color convert

RGB 236 68 26 -
CMYK 0 0.71 0.89 0.07
HSL 12º 0.85% 0.51% -
HSV(B) 12º 0.89% 0.93% -
XYZ 36.85 22.04 3.29 -
YUV 113.44 78.66 215.42 -
System Red Green Blue C M Y K H S L
Decimal 236 68 26 0 0.71 0.89 0.07 12 0.85 0.51
Hex EC 44 1A 0 47 59 7 C 55 33
Octal 354 104 32 0 107 131 7 14 125 63
Binary 11101100 1000100 11010 0 1000111 1011001 111 1100 1010101 110011

Color Harmonies of #EC441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC441A

Black with #EC441A

Text Example


Text Example

White with #EC441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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