Html Css Color HEX #ED033E Torch Red

📋 copy color: '#ED033E'

red 237 ◦ green 3 ◦ blue 62

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

Shades of Torch Red #ED033E

Tints of Torch Red #ED033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 78.48%
G = 0.99%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED033E (or 0xED033E) is known color: Torch Red. HEX triplet: ED, 03 and 3E. RGB value is (237,3,62). Sum of RGB (Red+Green+Blue) = 237+3+62=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED033E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED033E is #12FCC1. Grayscale: #4F4F4F. Windows color (decimal): -1244354 or 4064237. OLE color: 4064237.

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

Color convert

RGB 237 3 62 -
CMYK 0 0.99 0.74 0.07
HSL 344.87º 0.98% 0.47% -
HSV(B) 344.87º 0.99% 0.93% -
XYZ 35.83 18.42 6.22 -
YUV 79.69 118.02 240.2 -
System Red Green Blue C M Y K H S L
Decimal 237 3 62 0 0.99 0.74 0.07 344.87 0.98 0.47
Hex ED 3 3E 0 63 4A 7 159 62 2F
Octal 355 3 76 0 143 112 7 531 142 57
Binary 11101101 11 111110 0 1100011 1001010 111 101011001 1100010 101111

Color Harmonies of #ED033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED033E

Black with #ED033E

Text Example


Text Example

White with #ED033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED033E; }

 p { color: rgb(237,3,62); }

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

background-color css

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

 a { background-color: rgb(237,3,62); }

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

border-color css

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

 span { border-color: rgb(237,3,62); }

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