Html Css Color HEX #ED001E Torch Red

📋 copy color: '#ED001E'

red 237 ◦ green 0 ◦ blue 30

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

Shades of Torch Red #ED001E

Tints of Torch Red #ED001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 88.76%
G = 0%
B = 11.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED001E (or 0xED001E) is known color: Torch Red. HEX triplet: ED, 00 and 1E. RGB value is (237,0,30). Sum of RGB (Red+Green+Blue) = 237+0+30=267 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.76% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 237 - color contains mainly: red. Hex color #ED001E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED001E is #12FFE1. Grayscale: #4A4A4A. Windows color (decimal): -1245154 or 1966317. OLE color: 1966317.

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

Color convert

RGB 237 0 30 -
CMYK 0 1 0.87 0.07
HSL 352.41º 1% 0.46% -
HSV(B) 352.41º 1% 0.93% -
XYZ 35.16 18.1 2.87 -
YUV 74.28 103.02 244.06 -
System Red Green Blue C M Y K H S L
Decimal 237 0 30 0 1 0.87 0.07 352.41 1 0.46
Hex ED 0 1E 0 64 57 7 160 64 2E
Octal 355 0 36 0 144 127 7 540 144 56
Binary 11101101 0 11110 0 1100100 1010111 111 101100000 1100100 101110

Color Harmonies of #ED001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED001E

Black with #ED001E

Text Example


Text Example

White with #ED001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED001E; }

 p { color: rgb(237,0,30); }

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

background-color css

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

 a { background-color: rgb(237,0,30); }

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

border-color css

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

 span { border-color: rgb(237,0,30); }

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