Html Css Color HEX #ED022E Torch Red

📋 copy color: '#ED022E'

red 237 ◦ green 2 ◦ blue 46

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

Shades of Torch Red #ED022E

Tints of Torch Red #ED022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 46 (18.36% from 255) = 16.14%

R = 83.16%
G = 0.7%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED022E (or 0xED022E) is known color: Torch Red. HEX triplet: ED, 02 and 2E. RGB value is (237,2,46). Sum of RGB (Red+Green+Blue) = 237+2+46=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED022E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED022E is #12FDD1. Grayscale: #4D4D4D. Windows color (decimal): -1244626 or 3015405. OLE color: 3015405.

HSL color Cylindrical-coordinate representation of color #ED022E: hue angle of 348.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED022E is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 2 46 -
CMYK 0 0.99 0.81 0.07
HSL 348.77º 0.98% 0.47% -
HSV(B) 348.77º 0.99% 0.93% -
XYZ 35.44 18.25 4.24 -
YUV 77.28 110.36 241.92 -
System Red Green Blue C M Y K H S L
Decimal 237 2 46 0 0.99 0.81 0.07 348.77 0.98 0.47
Hex ED 2 2E 0 63 51 7 15D 62 2F
Octal 355 2 56 0 143 121 7 535 142 57
Binary 11101101 10 101110 0 1100011 1010001 111 101011101 1100010 101111

Color Harmonies of #ED022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED022E

Black with #ED022E

Text Example


Text Example

White with #ED022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED022E; }

 p { color: rgb(237,2,46); }

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

background-color css

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

 a { background-color: rgb(237,2,46); }

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

border-color css

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

 span { border-color: rgb(237,2,46); }

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