Html Css Color HEX #ED022F Torch Red

📋 copy color: '#ED022F'

red 237 ◦ green 2 ◦ blue 47

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

Shades of Torch Red #ED022F

Tints of Torch Red #ED022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.43%

R = 82.87%
G = 0.7%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED022F (or 0xED022F) is known color: Torch Red. HEX triplet: ED, 02 and 2F. RGB value is (237,2,47). Sum of RGB (Red+Green+Blue) = 237+2+47=286 (37% of max value = 765). Red value is 237 (92.97% from 255 or 82.87% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 237 - color contains mainly: red. Hex color #ED022F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED022F is #12FDD0. Grayscale: #4D4D4D. Windows color (decimal): -1244625 or 3080941. OLE color: 3080941.

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

Color convert

RGB 237 2 47 -
CMYK 0 0.99 0.80 0.07
HSL 348.51º 0.98% 0.47% -
HSV(B) 348.51º 0.99% 0.93% -
XYZ 35.46 18.25 4.34 -
YUV 77.4 110.86 241.84 -
System Red Green Blue C M Y K H S L
Decimal 237 2 47 0 0.99 0.80 0.07 348.51 0.98 0.47
Hex ED 2 2F 0 63 50 7 15D 62 2F
Octal 355 2 57 0 143 120 7 535 142 57
Binary 11101101 10 101111 0 1100011 1010000 111 101011101 1100010 101111

Color Harmonies of #ED022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED022F

Black with #ED022F

Text Example


Text Example

White with #ED022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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