Html Css Color HEX #EC421A Cinnabar

📋 copy color: '#EC421A'

red 236 ◦ green 66 ◦ blue 26

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

Shades of Cinnabar #EC421A

Tints of Cinnabar #EC421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

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

R = 71.95%
G = 20.12%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC421A (or 0xEC421A) is known color: Cinnabar. HEX triplet: EC, 42 and 1A. RGB value is (236,66,26). Sum of RGB (Red+Green+Blue) = 236+66+26=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC421A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC421A is #13BDE5. Grayscale: #707070. Windows color (decimal): -1293798 or 1721068. OLE color: 1721068.

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

Color convert

RGB 236 66 26 -
CMYK 0 0.72 0.89 0.07
HSL 11.43º 0.85% 0.51% -
HSV(B) 11.43º 0.89% 0.93% -
XYZ 36.73 21.8 3.25 -
YUV 112.27 79.32 216.25 -
System Red Green Blue C M Y K H S L
Decimal 236 66 26 0 0.72 0.89 0.07 11.43 0.85 0.51
Hex EC 42 1A 0 48 59 7 B 55 33
Octal 354 102 32 0 110 131 7 13 125 63
Binary 11101100 1000010 11010 0 1001000 1011001 111 1011 1010101 110011

Color Harmonies of #EC421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC421A

Black with #EC421A

Text Example


Text Example

White with #EC421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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