Html Css Color HEX #ED032C Torch Red

📋 copy color: '#ED032C'

red 237 ◦ green 3 ◦ blue 44

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

Shades of Torch Red #ED032C

Tints of Torch Red #ED032C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 83.45%
G = 1.06%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED032C (or 0xED032C) is known color: Torch Red. HEX triplet: ED, 03 and 2C. RGB value is (237,3,44). Sum of RGB (Red+Green+Blue) = 237+3+44=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED032C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED032C is #12FCD3. Grayscale: #4D4D4D. Windows color (decimal): -1244372 or 2884589. OLE color: 2884589.

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

Color convert

RGB 237 3 44 -
CMYK 0 0.99 0.81 0.07
HSL 349.49º 0.98% 0.47% -
HSV(B) 349.49º 0.99% 0.93% -
XYZ 35.41 18.25 4.04 -
YUV 77.64 109.02 241.67 -
System Red Green Blue C M Y K H S L
Decimal 237 3 44 0 0.99 0.81 0.07 349.49 0.98 0.47
Hex ED 3 2C 0 63 51 7 15D 62 2F
Octal 355 3 54 0 143 121 7 535 142 57
Binary 11101101 11 101100 0 1100011 1010001 111 101011101 1100010 101111

Color Harmonies of #ED032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED032C

Black with #ED032C

Text Example


Text Example

White with #ED032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED032C; }

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

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

background-color css

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

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

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

border-color css

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

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

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