Html Css Color HEX #ED1102 Red

📋 copy color: '#ED1102'

red 237 ◦ green 17 ◦ blue 2

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

Shades of Red #ED1102

Tints of Red #ED1102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 92.58%
G = 6.64%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED1102 (or 0xED1102) is known color: Red. HEX triplet: ED, 11 and 02. RGB value is (237,17,2). Sum of RGB (Red+Green+Blue) = 237+17+2=256 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.58% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1102 is #12EEFD. Grayscale: #515151. Windows color (decimal): -1240830 or 135661. OLE color: 135661.

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

Color convert

RGB 237 17 2 -
CMYK 0 0.93 0.99 0.07
HSL 3.83º 0.98% 0.47% -
HSV(B) 3.83º 0.99% 0.93% -
XYZ 35.14 18.41 1.76 -
YUV 81.07 83.39 239.22 -
System Red Green Blue C M Y K H S L
Decimal 237 17 2 0 0.93 0.99 0.07 3.83 0.98 0.47
Hex ED 11 2 0 5D 63 7 4 62 2F
Octal 355 21 2 0 135 143 7 4 142 57
Binary 11101101 10001 10 0 1011101 1100011 111 100 1100010 101111

Color Harmonies of #ED1102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1102

Black with #ED1102

Text Example


Text Example

White with #ED1102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1102; }

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

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

background-color css

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

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

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

border-color css

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

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

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