Html Css Color HEX #ED102C Torch Red

📋 copy color: '#ED102C'

red 237 ◦ green 16 ◦ blue 44

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

Shades of Torch Red #ED102C

Tints of Torch Red #ED102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.39%

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

R = 79.8%
G = 5.39%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED102C (or 0xED102C) is known color: Torch Red. HEX triplet: ED, 10 and 2C. RGB value is (237,16,44). Sum of RGB (Red+Green+Blue) = 237+16+44=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED102C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED102C is #12EFD3. Grayscale: #555555. Windows color (decimal): -1241044 or 2887917. OLE color: 2887917.

HSL color Cylindrical-coordinate representation of color #ED102C: hue angle of 352.4º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED102C is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 16 44 -
CMYK 0 0.93 0.81 0.07
HSL 352.4º 0.87% 0.5% -
HSV(B) 352.4º 0.93% 0.93% -
XYZ 35.56 18.56 4.09 -
YUV 85.27 104.72 236.22 -
System Red Green Blue C M Y K H S L
Decimal 237 16 44 0 0.93 0.81 0.07 352.4 0.87 0.5
Hex ED 10 2C 0 5D 51 7 160 57 32
Octal 355 20 54 0 135 121 7 540 127 62
Binary 11101101 10000 101100 0 1011101 1010001 111 101100000 1010111 110010

Color Harmonies of #ED102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED102C

Black with #ED102C

Text Example


Text Example

White with #ED102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED102C; }

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

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

background-color css

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

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

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

border-color css

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

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

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