Html Css Color HEX #EC420B Orange Red

📋 copy color: '#EC420B'

red 236 ◦ green 66 ◦ blue 11

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

Shades of Orange Red #EC420B

Tints of Orange Red #EC420B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 75.4%
G = 21.09%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC420B (or 0xEC420B) is known color: Orange Red. HEX triplet: EC, 42 and 0B. RGB value is (236,66,11). Sum of RGB (Red+Green+Blue) = 236+66+11=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC420B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC420B is #13BDF4. Grayscale: #6E6E6E. Windows color (decimal): -1293813 or 738028. OLE color: 738028.

HSL color Cylindrical-coordinate representation of color #EC420B: hue angle of 14.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC420B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 66 11 -
CMYK 0 0.72 0.95 0.07
HSL 14.67º 0.91% 0.48% -
HSV(B) 14.67º 0.95% 0.93% -
XYZ 36.6 21.75 2.59 -
YUV 110.56 71.82 217.47 -
System Red Green Blue C M Y K H S L
Decimal 236 66 11 0 0.72 0.95 0.07 14.67 0.91 0.48
Hex EC 42 B 0 48 5F 7 F 5B 30
Octal 354 102 13 0 110 137 7 17 133 60
Binary 11101100 1000010 1011 0 1001000 1011111 111 1111 1011011 110000

Color Harmonies of #EC420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC420B

Black with #EC420B

Text Example


Text Example

White with #EC420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC420B; }

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

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

background-color css

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

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

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

border-color css

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

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

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