Html Css Color HEX #ED0243 Torch Red

📋 copy color: '#ED0243'

red 237 ◦ green 2 ◦ blue 67

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

Shades of Torch Red #ED0243

Tints of Torch Red #ED0243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.9%

R = 77.45%
G = 0.65%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED0243 (or 0xED0243) is known color: Torch Red. HEX triplet: ED, 02 and 43. RGB value is (237,2,67). Sum of RGB (Red+Green+Blue) = 237+2+67=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0243 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0243 is #12FDBC. Grayscale: #4F4F4F. Windows color (decimal): -1244605 or 4391661. OLE color: 4391661.

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

Color convert

RGB 237 2 67 -
CMYK 0 0.99 0.72 0.07
HSL 343.4º 0.98% 0.47% -
HSV(B) 343.4º 0.99% 0.93% -
XYZ 35.96 18.45 6.98 -
YUV 79.68 120.86 240.21 -
System Red Green Blue C M Y K H S L
Decimal 237 2 67 0 0.99 0.72 0.07 343.4 0.98 0.47
Hex ED 2 43 0 63 48 7 157 62 2F
Octal 355 2 103 0 143 110 7 527 142 57
Binary 11101101 10 1000011 0 1100011 1001000 111 101010111 1100010 101111

Color Harmonies of #ED0243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0243

Black with #ED0243

Text Example


Text Example

White with #ED0243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0243; }

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

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

background-color css

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

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

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

border-color css

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

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

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