Html Css Color HEX #ED042B Torch Red

📋 copy color: '#ED042B'

red 237 ◦ green 4 ◦ blue 43

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

Shades of Torch Red #ED042B

Tints of Torch Red #ED042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 83.45%
G = 1.41%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED042B (or 0xED042B) is known color: Torch Red. HEX triplet: ED, 04 and 2B. RGB value is (237,4,43). Sum of RGB (Red+Green+Blue) = 237+4+43=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED042B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED042B is #12FBD4. Grayscale: #4E4E4E. Windows color (decimal): -1244117 or 2819309. OLE color: 2819309.

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

Color convert

RGB 237 4 43 -
CMYK 0 0.98 0.82 0.07
HSL 349.96º 0.97% 0.47% -
HSV(B) 349.96º 0.98% 0.93% -
XYZ 35.4 18.27 3.95 -
YUV 78.11 108.19 241.33 -
System Red Green Blue C M Y K H S L
Decimal 237 4 43 0 0.98 0.82 0.07 349.96 0.97 0.47
Hex ED 4 2B 0 62 52 7 15E 61 2F
Octal 355 4 53 0 142 122 7 536 141 57
Binary 11101101 100 101011 0 1100010 1010010 111 101011110 1100001 101111

Color Harmonies of #ED042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED042B

Black with #ED042B

Text Example


Text Example

White with #ED042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED042B; }

 p { color: rgb(237,4,43); }

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

background-color css

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

 a { background-color: rgb(237,4,43); }

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

border-color css

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

 span { border-color: rgb(237,4,43); }

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