Html Css Color HEX #ED160A Scarlet

📋 copy color: '#ED160A'

red 237 ◦ green 22 ◦ blue 10

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

Shades of Scarlet #ED160A

Tints of Scarlet #ED160A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

 BLUE value IS 10 (4.3% from 255) = 3.72%

R = 88.1%
G = 8.18%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED160A (or 0xED160A) is known color: Scarlet. HEX triplet: ED, 16 and 0A. RGB value is (237,22,10). Sum of RGB (Red+Green+Blue) = 237+22+10=269 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.10% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 237 - color contains mainly: red. Hex color #ED160A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED160A is #12E9F5. Grayscale: #555555. Windows color (decimal): -1239542 or 661229. OLE color: 661229.

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

Color convert

RGB 237 22 10 -
CMYK 0 0.91 0.96 0.07
HSL 3.17º 0.92% 0.48% -
HSV(B) 3.17º 0.96% 0.93% -
XYZ 35.27 18.6 2.02 -
YUV 84.92 85.73 236.48 -
System Red Green Blue C M Y K H S L
Decimal 237 22 10 0 0.91 0.96 0.07 3.17 0.92 0.48
Hex ED 16 A 0 5B 60 7 3 5C 30
Octal 355 26 12 0 133 140 7 3 134 60
Binary 11101101 10110 1010 0 1011011 1100000 111 11 1011100 110000

Color Harmonies of #ED160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED160A

Black with #ED160A

Text Example


Text Example

White with #ED160A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED160A; }

 p { color: rgb(237,22,10); }

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

background-color css

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

 a { background-color: rgb(237,22,10); }

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

border-color css

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

 span { border-color: rgb(237,22,10); }

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