Html Css Color HEX #ED001B Torch Red

📋 copy color: '#ED001B'

red 237 ◦ green 0 ◦ blue 27

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

Shades of Torch Red #ED001B

Tints of Torch Red #ED001B

RGB

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

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

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

R = 89.77%
G = 0%
B = 10.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED001B (or 0xED001B) is known color: Torch Red. HEX triplet: ED, 00 and 1B. RGB value is (237,0,27). Sum of RGB (Red+Green+Blue) = 237+0+27=264 (34% of max value = 765). Red value is 237 (92.97% from 255 or 89.77% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 237 - color contains mainly: red. Hex color #ED001B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED001B is #12FFE4. Grayscale: #4A4A4A. Windows color (decimal): -1245157 or 1769709. OLE color: 1769709.

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

Color convert

RGB 237 0 27 -
CMYK 0 1 0.89 0.07
HSL 353.16º 1% 0.46% -
HSV(B) 353.16º 1% 0.93% -
XYZ 35.12 18.08 2.68 -
YUV 73.94 101.52 244.3 -
System Red Green Blue C M Y K H S L
Decimal 237 0 27 0 1 0.89 0.07 353.16 1 0.46
Hex ED 0 1B 0 64 59 7 161 64 2E
Octal 355 0 33 0 144 131 7 541 144 56
Binary 11101101 0 11011 0 1100100 1011001 111 101100001 1100100 101110

Color Harmonies of #ED001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED001B

Black with #ED001B

Text Example


Text Example

White with #ED001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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