Html Css Color HEX #ED033A Torch Red

📋 copy color: '#ED033A'

red 237 ◦ green 3 ◦ blue 58

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

Shades of Torch Red #ED033A

Tints of Torch Red #ED033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 79.53%
G = 1.01%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED033A (or 0xED033A) is known color: Torch Red. HEX triplet: ED, 03 and 3A. RGB value is (237,3,58). Sum of RGB (Red+Green+Blue) = 237+3+58=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED033A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED033A is #12FCC5. Grayscale: #4F4F4F. Windows color (decimal): -1244358 or 3802093. OLE color: 3802093.

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

Color convert

RGB 237 3 58 -
CMYK 0 0.99 0.76 0.07
HSL 345.9º 0.98% 0.47% -
HSV(B) 345.9º 0.99% 0.93% -
XYZ 35.72 18.38 5.67 -
YUV 79.24 116.02 240.53 -
System Red Green Blue C M Y K H S L
Decimal 237 3 58 0 0.99 0.76 0.07 345.9 0.98 0.47
Hex ED 3 3A 0 63 4C 7 15A 62 2F
Octal 355 3 72 0 143 114 7 532 142 57
Binary 11101101 11 111010 0 1100011 1001100 111 101011010 1100010 101111

Color Harmonies of #ED033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED033A

Black with #ED033A

Text Example


Text Example

White with #ED033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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