Html Css Color HEX #ED100D Red

📋 copy color: '#ED100D'

red 237 ◦ green 16 ◦ blue 13

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

Shades of Red #ED100D

Tints of Red #ED100D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.89%

R = 89.1%
G = 6.02%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED100D (or 0xED100D) is known color: Red. HEX triplet: ED, 10 and 0D. RGB value is (237,16,13). Sum of RGB (Red+Green+Blue) = 237+16+13=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED100D is #12EFF2. Grayscale: #515151. Windows color (decimal): -1241075 or 856301. OLE color: 856301.

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

Color convert

RGB 237 16 13 -
CMYK 0 0.93 0.95 0.07
HSL 0.8º 0.9% 0.49% -
HSV(B) 0.8º 0.95% 0.93% -
XYZ 35.18 18.4 2.08 -
YUV 81.74 89.22 238.74 -
System Red Green Blue C M Y K H S L
Decimal 237 16 13 0 0.93 0.95 0.07 0.8 0.9 0.49
Hex ED 10 D 0 5D 5F 7 1 5A 31
Octal 355 20 15 0 135 137 7 1 132 61
Binary 11101101 10000 1101 0 1011101 1011111 111 1 1011010 110001

Color Harmonies of #ED100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED100D

Black with #ED100D

Text Example


Text Example

White with #ED100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED100D; }

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

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

background-color css

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

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

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

border-color css

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

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

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