Html Css Color HEX #EC4E2A Cinnabar

📋 copy color: '#EC4E2A'

red 236 ◦ green 78 ◦ blue 42

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

Shades of Cinnabar #EC4E2A

Tints of Cinnabar #EC4E2A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.91%

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 66.29%
G = 21.91%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC4E2A (or 0xEC4E2A) is known color: Cinnabar. HEX triplet: EC, 4E and 2A. RGB value is (236,78,42). Sum of RGB (Red+Green+Blue) = 236+78+42=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4E2A is #13B1D5. Grayscale: #797979. Windows color (decimal): -1290710 or 2772716. OLE color: 2772716.

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

Color convert

RGB 236 78 42 -
CMYK 0 0.67 0.82 0.07
HSL 11.13º 0.84% 0.55% -
HSV(B) 11.13º 0.82% 0.93% -
XYZ 37.73 23.45 4.73 -
YUV 121.14 83.35 209.93 -
System Red Green Blue C M Y K H S L
Decimal 236 78 42 0 0.67 0.82 0.07 11.13 0.84 0.55
Hex EC 4E 2A 0 43 52 7 B 54 37
Octal 354 116 52 0 103 122 7 13 124 67
Binary 11101100 1001110 101010 0 1000011 1010010 111 1011 1010100 110111

Color Harmonies of #EC4E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4E2A

Black with #EC4E2A

Text Example


Text Example

White with #EC4E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4E2A; }

 p { color: rgb(236,78,42); }

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

background-color css

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

 a { background-color: rgb(236,78,42); }

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

border-color css

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

 span { border-color: rgb(236,78,42); }

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