Html Css Color HEX #ED1005 Red

📋 copy color: '#ED1005'

red 237 ◦ green 16 ◦ blue 5

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

Shades of Red #ED1005

Tints of Red #ED1005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.94%

R = 91.86%
G = 6.2%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED1005 (or 0xED1005) is known color: Red. HEX triplet: ED, 10 and 05. RGB value is (237,16,5). Sum of RGB (Red+Green+Blue) = 237+16+5=258 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.86% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1005 is #12EFFA. Grayscale: #515151. Windows color (decimal): -1241083 or 332013. OLE color: 332013.

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

Color convert

RGB 237 16 5 -
CMYK 0 0.93 0.98 0.07
HSL 2.84º 0.96% 0.47% -
HSV(B) 2.84º 0.98% 0.93% -
XYZ 35.14 18.39 1.84 -
YUV 80.83 85.22 239.39 -
System Red Green Blue C M Y K H S L
Decimal 237 16 5 0 0.93 0.98 0.07 2.84 0.96 0.47
Hex ED 10 5 0 5D 62 7 3 60 2F
Octal 355 20 5 0 135 142 7 3 140 57
Binary 11101101 10000 101 0 1011101 1100010 111 11 1100000 101111

Color Harmonies of #ED1005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1005

Black with #ED1005

Text Example


Text Example

White with #ED1005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1005; }

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

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

background-color css

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

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

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

border-color css

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

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

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