Html Css Color HEX #ED011F Torch Red

📋 copy color: '#ED011F'

red 237 ◦ green 1 ◦ blue 31

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

Shades of Torch Red #ED011F

Tints of Torch Red #ED011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 88.1%
G = 0.37%
B = 11.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED011F (or 0xED011F) is known color: Torch Red. HEX triplet: ED, 01 and 1F. RGB value is (237,1,31). Sum of RGB (Red+Green+Blue) = 237+1+31=269 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.10% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 237 - color contains mainly: red. Hex color #ED011F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED011F is #12FEE0. Grayscale: #4B4B4B. Windows color (decimal): -1244897 or 2032109. OLE color: 2032109.

HSL color Cylindrical-coordinate representation of color #ED011F: hue angle of 352.37º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED011F is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 1 31 -
CMYK 0 1.00 0.87 0.07
HSL 352.37º 0.99% 0.47% -
HSV(B) 352.37º 1% 0.93% -
XYZ 35.18 18.13 2.94 -
YUV 74.98 103.19 243.56 -
System Red Green Blue C M Y K H S L
Decimal 237 1 31 0 1.00 0.87 0.07 352.37 0.99 0.47
Hex ED 1 1F 0 64 57 7 160 63 2F
Octal 355 1 37 0 144 127 7 540 143 57
Binary 11101101 1 11111 0 1100100 1010111 111 101100000 1100011 101111

Color Harmonies of #ED011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED011F

Black with #ED011F

Text Example


Text Example

White with #ED011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED011F; }

 p { color: rgb(237,1,31); }

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

background-color css

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

 a { background-color: rgb(237,1,31); }

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

border-color css

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

 span { border-color: rgb(237,1,31); }

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