Html Css Color HEX #ED170A Scarlet

📋 copy color: '#ED170A'

red 237 ◦ green 23 ◦ blue 10

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

Shades of Scarlet #ED170A

Tints of Scarlet #ED170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.52%

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

R = 87.78%
G = 8.52%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED170A (or 0xED170A) is known color: Scarlet. HEX triplet: ED, 17 and 0A. RGB value is (237,23,10). Sum of RGB (Red+Green+Blue) = 237+23+10=270 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.78% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 237 - color contains mainly: red. Hex color #ED170A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED170A is #12E8F5. Grayscale: #555555. Windows color (decimal): -1239286 or 661485. OLE color: 661485.

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

Color convert

RGB 237 23 10 -
CMYK 0 0.90 0.96 0.07
HSL 3.44º 0.92% 0.48% -
HSV(B) 3.44º 0.96% 0.93% -
XYZ 35.29 18.64 2.03 -
YUV 85.5 85.4 236.06 -
System Red Green Blue C M Y K H S L
Decimal 237 23 10 0 0.90 0.96 0.07 3.44 0.92 0.48
Hex ED 17 A 0 5A 60 7 3 5C 30
Octal 355 27 12 0 132 140 7 3 134 60
Binary 11101101 10111 1010 0 1011010 1100000 111 11 1011100 110000

Color Harmonies of #ED170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED170A

Black with #ED170A

Text Example


Text Example

White with #ED170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED170A; }

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

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

background-color css

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

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

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

border-color css

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

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

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