Html Css Color HEX #ED0218 Torch Red

📋 copy color: '#ED0218'

red 237 ◦ green 2 ◦ blue 24

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

Shades of Torch Red #ED0218

Tints of Torch Red #ED0218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.13%

R = 90.11%
G = 0.76%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED0218 (or 0xED0218) is known color: Torch Red. HEX triplet: ED, 02 and 18. RGB value is (237,2,24). Sum of RGB (Red+Green+Blue) = 237+2+24=263 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.11% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0218 is #12FDE7. Grayscale: #4A4A4A. Windows color (decimal): -1244648 or 1573613. OLE color: 1573613.

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

Color convert

RGB 237 2 24 -
CMYK 0 0.99 0.90 0.07
HSL 354.38º 0.98% 0.47% -
HSV(B) 354.38º 0.99% 0.93% -
XYZ 35.11 18.11 2.51 -
YUV 74.77 99.36 243.71 -
System Red Green Blue C M Y K H S L
Decimal 237 2 24 0 0.99 0.90 0.07 354.38 0.98 0.47
Hex ED 2 18 0 63 5A 7 162 62 2F
Octal 355 2 30 0 143 132 7 542 142 57
Binary 11101101 10 11000 0 1100011 1011010 111 101100010 1100010 101111

Color Harmonies of #ED0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0218

Black with #ED0218

Text Example


Text Example

White with #ED0218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0218; }

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

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

background-color css

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

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

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

border-color css

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

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

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