Html Css Color HEX #ED0416 Torch Red

📋 copy color: '#ED0416'

red 237 ◦ green 4 ◦ blue 22

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

Shades of Torch Red #ED0416

Tints of Torch Red #ED0416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 22 (8.98% from 255) = 8.37%

R = 90.11%
G = 1.52%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED0416 (or 0xED0416) is known color: Torch Red. HEX triplet: ED, 04 and 16. RGB value is (237,4,22). Sum of RGB (Red+Green+Blue) = 237+4+22=263 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.11% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0416 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0416 is #12FBE9. Grayscale: #4B4B4B. Windows color (decimal): -1244138 or 1443053. OLE color: 1443053.

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

Color convert

RGB 237 4 22 -
CMYK 0 0.98 0.91 0.07
HSL 355.36º 0.97% 0.47% -
HSV(B) 355.36º 0.98% 0.93% -
XYZ 35.11 18.15 2.41 -
YUV 75.72 97.69 243.04 -
System Red Green Blue C M Y K H S L
Decimal 237 4 22 0 0.98 0.91 0.07 355.36 0.97 0.47
Hex ED 4 16 0 62 5B 7 163 61 2F
Octal 355 4 26 0 142 133 7 543 141 57
Binary 11101101 100 10110 0 1100010 1011011 111 101100011 1100001 101111

Color Harmonies of #ED0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0416

Black with #ED0416

Text Example


Text Example

White with #ED0416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0416; }

 p { color: rgb(237,4,22); }

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

background-color css

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

 a { background-color: rgb(237,4,22); }

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

border-color css

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

 span { border-color: rgb(237,4,22); }

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