Html Css Color HEX #ED100F Red

📋 copy color: '#ED100F'

red 237 ◦ green 16 ◦ blue 15

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

Shades of Red #ED100F

Tints of Red #ED100F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.6%

R = 88.43%
G = 5.97%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED100F (or 0xED100F) is known color: Red. HEX triplet: ED, 10 and 0F. RGB value is (237,16,15). Sum of RGB (Red+Green+Blue) = 237+16+15=268 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.43% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 237 - color contains mainly: red. Hex color #ED100F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED100F is #12EFF0. Grayscale: #525252. Windows color (decimal): -1241073 or 987373. OLE color: 987373.

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

Color convert

RGB 237 16 15 -
CMYK 0 0.93 0.94 0.07
HSL 0.27º 0.88% 0.49% -
HSV(B) 0.27º 0.94% 0.93% -
XYZ 35.2 18.41 2.15 -
YUV 81.97 90.22 238.58 -
System Red Green Blue C M Y K H S L
Decimal 237 16 15 0 0.93 0.94 0.07 0.27 0.88 0.49
Hex ED 10 F 0 5D 5E 7 0 58 31
Octal 355 20 17 0 135 136 7 0 130 61
Binary 11101101 10000 1111 0 1011101 1011110 111 0 1011000 110001

Color Harmonies of #ED100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED100F

Black with #ED100F

Text Example


Text Example

White with #ED100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED100F; }

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

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

background-color css

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

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

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

border-color css

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

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

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