Html Css Color HEX #ED023A Torch Red

📋 copy color: '#ED023A'

red 237 ◦ green 2 ◦ blue 58

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

Shades of Torch Red #ED023A

Tints of Torch Red #ED023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 79.8%
G = 0.67%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED023A (or 0xED023A) is known color: Torch Red. HEX triplet: ED, 02 and 3A. RGB value is (237,2,58). Sum of RGB (Red+Green+Blue) = 237+2+58=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED023A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED023A is #12FDC5. Grayscale: #4E4E4E. Windows color (decimal): -1244614 or 3801837. OLE color: 3801837.

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

Color convert

RGB 237 2 58 -
CMYK 0 0.99 0.76 0.07
HSL 345.7º 0.98% 0.47% -
HSV(B) 345.7º 0.99% 0.93% -
XYZ 35.71 18.35 5.66 -
YUV 78.65 116.36 240.95 -
System Red Green Blue C M Y K H S L
Decimal 237 2 58 0 0.99 0.76 0.07 345.7 0.98 0.47
Hex ED 2 3A 0 63 4C 7 15A 62 2F
Octal 355 2 72 0 143 114 7 532 142 57
Binary 11101101 10 111010 0 1100011 1001100 111 101011010 1100010 101111

Color Harmonies of #ED023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED023A

Black with #ED023A

Text Example


Text Example

White with #ED023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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