Html Css Color HEX #ED1206 Red

📋 copy color: '#ED1206'

red 237 ◦ green 18 ◦ blue 6

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

Shades of Red #ED1206

Tints of Red #ED1206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

 BLUE value IS 6 (2.73% from 255) = 2.3%

R = 90.8%
G = 6.9%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED1206 (or 0xED1206) is known color: Red. HEX triplet: ED, 12 and 06. RGB value is (237,18,6). Sum of RGB (Red+Green+Blue) = 237+18+6=261 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.80% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1206 is #12EDF9. Grayscale: #525252. Windows color (decimal): -1240570 or 398061. OLE color: 398061.

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

Color convert

RGB 237 18 6 -
CMYK 0 0.92 0.97 0.07
HSL 3.12º 0.95% 0.48% -
HSV(B) 3.12º 0.97% 0.93% -
XYZ 35.17 18.45 1.88 -
YUV 82.11 85.05 238.48 -
System Red Green Blue C M Y K H S L
Decimal 237 18 6 0 0.92 0.97 0.07 3.12 0.95 0.48
Hex ED 12 6 0 5C 61 7 3 5F 30
Octal 355 22 6 0 134 141 7 3 137 60
Binary 11101101 10010 110 0 1011100 1100001 111 11 1011111 110000

Color Harmonies of #ED1206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1206

Black with #ED1206

Text Example


Text Example

White with #ED1206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1206; }

 p { color: rgb(237,18,6); }

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

background-color css

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

 a { background-color: rgb(237,18,6); }

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

border-color css

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

 span { border-color: rgb(237,18,6); }

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