Html Css Color HEX #ED420A Orange Red

📋 copy color: '#ED420A'

red 237 ◦ green 66 ◦ blue 10

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

Shades of Orange Red #ED420A

Tints of Orange Red #ED420A

RGB

 RED value IS 237 (92.97% from 255) = 75.72%

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

 BLUE value IS 10 (4.3% from 255) = 3.19%

R = 75.72%
G = 21.09%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED420A (or 0xED420A) is known color: Orange Red. HEX triplet: ED, 42 and 0A. RGB value is (237,66,10). Sum of RGB (Red+Green+Blue) = 237+66+10=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED420A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED420A is #12BDF5. Grayscale: #6F6F6F. Windows color (decimal): -1228278 or 672493. OLE color: 672493.

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

Color convert

RGB 237 66 10 -
CMYK 0 0.72 0.96 0.07
HSL 14.8º 0.92% 0.48% -
HSV(B) 14.8º 0.96% 0.93% -
XYZ 36.93 21.92 2.57 -
YUV 110.75 71.15 218.05 -
System Red Green Blue C M Y K H S L
Decimal 237 66 10 0 0.72 0.96 0.07 14.8 0.92 0.48
Hex ED 42 A 0 48 60 7 F 5C 30
Octal 355 102 12 0 110 140 7 17 134 60
Binary 11101101 1000010 1010 0 1001000 1100000 111 1111 1011100 110000

Color Harmonies of #ED420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED420A

Black with #ED420A

Text Example


Text Example

White with #ED420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED420A; }

 p { color: rgb(237,66,10); }

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

background-color css

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

 a { background-color: rgb(237,66,10); }

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

border-color css

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

 span { border-color: rgb(237,66,10); }

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