Html Css Color HEX #ED0232 Torch Red

📋 copy color: '#ED0232'

red 237 ◦ green 2 ◦ blue 50

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

Shades of Torch Red #ED0232

Tints of Torch Red #ED0232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 82.01%
G = 0.69%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED0232 (or 0xED0232) is known color: Torch Red. HEX triplet: ED, 02 and 32. RGB value is (237,2,50). Sum of RGB (Red+Green+Blue) = 237+2+50=289 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.01% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0232 is #12FDCD. Grayscale: #4D4D4D. Windows color (decimal): -1244622 or 3277549. OLE color: 3277549.

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

Color convert

RGB 237 2 50 -
CMYK 0 0.99 0.79 0.07
HSL 347.74º 0.98% 0.47% -
HSV(B) 347.74º 0.99% 0.93% -
XYZ 35.52 18.28 4.67 -
YUV 77.74 112.36 241.6 -
System Red Green Blue C M Y K H S L
Decimal 237 2 50 0 0.99 0.79 0.07 347.74 0.98 0.47
Hex ED 2 32 0 63 4F 7 15C 62 2F
Octal 355 2 62 0 143 117 7 534 142 57
Binary 11101101 10 110010 0 1100011 1001111 111 101011100 1100010 101111

Color Harmonies of #ED0232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0232

Black with #ED0232

Text Example


Text Example

White with #ED0232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0232; }

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

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

background-color css

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

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

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

border-color css

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

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

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