Html Css Color HEX #ED0228 Torch Red

📋 copy color: '#ED0228'

red 237 ◦ green 2 ◦ blue 40

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

Shades of Torch Red #ED0228

Tints of Torch Red #ED0228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 84.95%
G = 0.72%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED0228 (or 0xED0228) is known color: Torch Red. HEX triplet: ED, 02 and 28. RGB value is (237,2,40). Sum of RGB (Red+Green+Blue) = 237+2+40=279 (36% of max value = 765). Red value is 237 (92.97% from 255 or 84.95% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0228 is #12FDD7. Grayscale: #4C4C4C. Windows color (decimal): -1244632 or 2622189. OLE color: 2622189.

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

Color convert

RGB 237 2 40 -
CMYK 0 0.99 0.83 0.07
HSL 350.3º 0.98% 0.47% -
HSV(B) 350.3º 0.99% 0.93% -
XYZ 35.33 18.2 3.66 -
YUV 76.6 107.36 242.41 -
System Red Green Blue C M Y K H S L
Decimal 237 2 40 0 0.99 0.83 0.07 350.3 0.98 0.47
Hex ED 2 28 0 63 53 7 15E 62 2F
Octal 355 2 50 0 143 123 7 536 142 57
Binary 11101101 10 101000 0 1100011 1010011 111 101011110 1100010 101111

Color Harmonies of #ED0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0228

Black with #ED0228

Text Example


Text Example

White with #ED0228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0228; }

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

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

background-color css

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

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

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

border-color css

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

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

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