Html Css Color HEX #ED023F Torch Red

📋 copy color: '#ED023F'

red 237 ◦ green 2 ◦ blue 63

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

Shades of Torch Red #ED023F

Tints of Torch Red #ED023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.86%

R = 78.48%
G = 0.66%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED023F (or 0xED023F) is known color: Torch Red. HEX triplet: ED, 02 and 3F. RGB value is (237,2,63). Sum of RGB (Red+Green+Blue) = 237+2+63=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED023F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED023F is #12FDC0. Grayscale: #4F4F4F. Windows color (decimal): -1244609 or 4129517. OLE color: 4129517.

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

Color convert

RGB 237 2 63 -
CMYK 0 0.99 0.73 0.07
HSL 344.43º 0.98% 0.47% -
HSV(B) 344.43º 0.99% 0.93% -
XYZ 35.84 18.41 6.37 -
YUV 79.22 118.86 240.54 -
System Red Green Blue C M Y K H S L
Decimal 237 2 63 0 0.99 0.73 0.07 344.43 0.98 0.47
Hex ED 2 3F 0 63 49 7 158 62 2F
Octal 355 2 77 0 143 111 7 530 142 57
Binary 11101101 10 111111 0 1100011 1001001 111 101011000 1100010 101111

Color Harmonies of #ED023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED023F

Black with #ED023F

Text Example


Text Example

White with #ED023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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