Html Css Color HEX #ED022A Torch Red

📋 copy color: '#ED022A'

red 237 ◦ green 2 ◦ blue 42

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

Shades of Torch Red #ED022A

Tints of Torch Red #ED022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 84.34%
G = 0.71%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED022A (or 0xED022A) is known color: Torch Red. HEX triplet: ED, 02 and 2A. RGB value is (237,2,42). Sum of RGB (Red+Green+Blue) = 237+2+42=281 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.34% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 237 - color contains mainly: red. Hex color #ED022A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED022A is #12FDD5. Grayscale: #4C4C4C. Windows color (decimal): -1244630 or 2753261. OLE color: 2753261.

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

Color convert

RGB 237 2 42 -
CMYK 0 0.99 0.82 0.07
HSL 349.79º 0.98% 0.47% -
HSV(B) 349.79º 0.99% 0.93% -
XYZ 35.36 18.22 3.84 -
YUV 76.83 108.36 242.25 -
System Red Green Blue C M Y K H S L
Decimal 237 2 42 0 0.99 0.82 0.07 349.79 0.98 0.47
Hex ED 2 2A 0 63 52 7 15E 62 2F
Octal 355 2 52 0 143 122 7 536 142 57
Binary 11101101 10 101010 0 1100011 1010010 111 101011110 1100010 101111

Color Harmonies of #ED022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED022A

Black with #ED022A

Text Example


Text Example

White with #ED022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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