Html Css Color HEX #ED011B Torch Red

📋 copy color: '#ED011B'

red 237 ◦ green 1 ◦ blue 27

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

Shades of Torch Red #ED011B

Tints of Torch Red #ED011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.19%

R = 89.43%
G = 0.38%
B = 10.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED011B (or 0xED011B) is known color: Torch Red. HEX triplet: ED, 01 and 1B. RGB value is (237,1,27). Sum of RGB (Red+Green+Blue) = 237+1+27=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED011B is #12FEE4. Grayscale: #4A4A4A. Windows color (decimal): -1244901 or 1769965. OLE color: 1769965.

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

Color convert

RGB 237 1 27 -
CMYK 0 1.00 0.89 0.07
HSL 353.39º 0.99% 0.47% -
HSV(B) 353.39º 1% 0.93% -
XYZ 35.13 18.11 2.68 -
YUV 74.53 101.19 243.89 -
System Red Green Blue C M Y K H S L
Decimal 237 1 27 0 1.00 0.89 0.07 353.39 0.99 0.47
Hex ED 1 1B 0 64 59 7 161 63 2F
Octal 355 1 33 0 144 131 7 541 143 57
Binary 11101101 1 11011 0 1100100 1011001 111 101100001 1100011 101111

Color Harmonies of #ED011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED011B

Black with #ED011B

Text Example


Text Example

White with #ED011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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