Html Css Color HEX #ED021A Torch Red

📋 copy color: '#ED021A'

red 237 ◦ green 2 ◦ blue 26

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

Shades of Torch Red #ED021A

Tints of Torch Red #ED021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 89.43%
G = 0.75%
B = 9.81%

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

#ED021A (or 0xED021A) is known color: Torch Red. HEX triplet: ED, 02 and 1A. RGB value is (237,2,26). Sum of RGB (Red+Green+Blue) = 237+2+26=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED021A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED021A is #12FDE5. Grayscale: #4B4B4B. Windows color (decimal): -1244646 or 1704685. OLE color: 1704685.

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

Color convert

RGB 237 2 26 -
CMYK 0 0.99 0.89 0.07
HSL 353.87º 0.98% 0.47% -
HSV(B) 353.87º 0.99% 0.93% -
XYZ 35.13 18.12 2.62 -
YUV 75 100.36 243.55 -
System Red Green Blue C M Y K H S L
Decimal 237 2 26 0 0.99 0.89 0.07 353.87 0.98 0.47
Hex ED 2 1A 0 63 59 7 162 62 2F
Octal 355 2 32 0 143 131 7 542 142 57
Binary 11101101 10 11010 0 1100011 1011001 111 101100010 1100010 101111

Color Harmonies of #ED021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED021A

Black with #ED021A

Text Example


Text Example

White with #ED021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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