Html Css Color HEX #ED021C Torch Red

📋 copy color: '#ED021C'

red 237 ◦ green 2 ◦ blue 28

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

Shades of Torch Red #ED021C

Tints of Torch Red #ED021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.49%

R = 88.76%
G = 0.75%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED021C (or 0xED021C) is known color: Torch Red. HEX triplet: ED, 02 and 1C. RGB value is (237,2,28). Sum of RGB (Red+Green+Blue) = 237+2+28=267 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.76% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 237 - color contains mainly: red. Hex color #ED021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED021C is #12FDE3. Grayscale: #4B4B4B. Windows color (decimal): -1244644 or 1835757. OLE color: 1835757.

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

Color convert

RGB 237 2 28 -
CMYK 0 0.99 0.88 0.07
HSL 353.36º 0.98% 0.47% -
HSV(B) 353.36º 0.99% 0.93% -
XYZ 35.16 18.13 2.75 -
YUV 75.23 101.36 243.39 -
System Red Green Blue C M Y K H S L
Decimal 237 2 28 0 0.99 0.88 0.07 353.36 0.98 0.47
Hex ED 2 1C 0 63 58 7 161 62 2F
Octal 355 2 34 0 143 130 7 541 142 57
Binary 11101101 10 11100 0 1100011 1011000 111 101100001 1100010 101111

Color Harmonies of #ED021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED021C

Black with #ED021C

Text Example


Text Example

White with #ED021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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