Html Css Color HEX #EB170A Scarlet

📋 copy color: '#EB170A'

red 235 ◦ green 23 ◦ blue 10

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

Shades of Scarlet #EB170A

Tints of Scarlet #EB170A

RGB

 RED value IS 235 (92.19% from 255) = 87.69%

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

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

R = 87.69%
G = 8.58%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB170A (or 0xEB170A) is known color: Scarlet. HEX triplet: EB, 17 and 0A. RGB value is (235,23,10). Sum of RGB (Red+Green+Blue) = 235+23+10=268 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.69% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 235 - color contains mainly: red. Hex color #EB170A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB170A is #14E8F5. Grayscale: #555555. Windows color (decimal): -1370358 or 661483. OLE color: 661483.

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

Color convert

RGB 235 23 10 -
CMYK 0 0.90 0.96 0.08
HSL 3.47º 0.92% 0.48% -
HSV(B) 3.47º 0.96% 0.92% -
XYZ 34.62 18.3 1.99 -
YUV 84.91 85.74 235.06 -
System Red Green Blue C M Y K H S L
Decimal 235 23 10 0 0.90 0.96 0.08 3.47 0.92 0.48
Hex EB 17 A 0 5A 60 8 3 5C 30
Octal 353 27 12 0 132 140 10 3 134 60
Binary 11101011 10111 1010 0 1011010 1100000 1000 11 1011100 110000

Color Harmonies of #EB170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB170A

Black with #EB170A

Text Example


Text Example

White with #EB170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB170A; }

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

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

background-color css

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

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

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

border-color css

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

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

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