Html Css Color HEX #ED0238 Torch Red

📋 copy color: '#ED0238'

red 237 ◦ green 2 ◦ blue 56

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

Shades of Torch Red #ED0238

Tints of Torch Red #ED0238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.98%

R = 80.34%
G = 0.68%
B = 18.98%

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

#ED0238 (or 0xED0238) is known color: Torch Red. HEX triplet: ED, 02 and 38. RGB value is (237,2,56). Sum of RGB (Red+Green+Blue) = 237+2+56=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0238 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0238 is #12FDC7. Grayscale: #4E4E4E. Windows color (decimal): -1244616 or 3670765. OLE color: 3670765.

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

Color convert

RGB 237 2 56 -
CMYK 0 0.99 0.76 0.07
HSL 346.21º 0.98% 0.47% -
HSV(B) 346.21º 0.99% 0.93% -
XYZ 35.66 18.33 5.4 -
YUV 78.42 115.36 241.11 -
System Red Green Blue C M Y K H S L
Decimal 237 2 56 0 0.99 0.76 0.07 346.21 0.98 0.47
Hex ED 2 38 0 63 4C 7 15A 62 2F
Octal 355 2 70 0 143 114 7 532 142 57
Binary 11101101 10 111000 0 1100011 1001100 111 101011010 1100010 101111

Color Harmonies of #ED0238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0238

Black with #ED0238

Text Example


Text Example

White with #ED0238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0238; }

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

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

background-color css

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

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

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

border-color css

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

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

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