Html Css Color HEX #ED021B Torch Red

📋 copy color: '#ED021B'

red 237 ◦ green 2 ◦ blue 27

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

Shades of Torch Red #ED021B

Tints of Torch Red #ED021B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 89.1%
G = 0.75%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED021B (or 0xED021B) is known color: Torch Red. HEX triplet: ED, 02 and 1B. RGB value is (237,2,27). Sum of RGB (Red+Green+Blue) = 237+2+27=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED021B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED021B is #12FDE4. Grayscale: #4B4B4B. Windows color (decimal): -1244645 or 1770221. OLE color: 1770221.

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

Color convert

RGB 237 2 27 -
CMYK 0 0.99 0.89 0.07
HSL 353.62º 0.98% 0.47% -
HSV(B) 353.62º 0.99% 0.93% -
XYZ 35.14 18.13 2.68 -
YUV 75.12 100.86 243.47 -
System Red Green Blue C M Y K H S L
Decimal 237 2 27 0 0.99 0.89 0.07 353.62 0.98 0.47
Hex ED 2 1B 0 63 59 7 162 62 2F
Octal 355 2 33 0 143 131 7 542 142 57
Binary 11101101 10 11011 0 1100011 1011001 111 101100010 1100010 101111

Color Harmonies of #ED021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED021B

Black with #ED021B

Text Example


Text Example

White with #ED021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED021B; }

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

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

background-color css

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

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

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

border-color css

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

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

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