Html Css Color HEX #EB160F Scarlet

📋 copy color: '#EB160F'

red 235 ◦ green 22 ◦ blue 15

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

Shades of Scarlet #EB160F

Tints of Scarlet #EB160F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 86.4%
G = 8.09%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB160F (or 0xEB160F) is known color: Scarlet. HEX triplet: EB, 16 and 0F. RGB value is (235,22,15). Sum of RGB (Red+Green+Blue) = 235+22+15=272 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.40% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 235 - color contains mainly: red. Hex color #EB160F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB160F is #14E9F0. Grayscale: #555555. Windows color (decimal): -1370609 or 988907. OLE color: 988907.

HSL color Cylindrical-coordinate representation of color #EB160F: hue angle of 1.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB160F is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 22 15 -
CMYK 0 0.91 0.94 0.08
HSL 1.91º 0.88% 0.49% -
HSV(B) 1.91º 0.94% 0.92% -
XYZ 34.63 18.27 2.15 -
YUV 84.89 88.57 235.07 -
System Red Green Blue C M Y K H S L
Decimal 235 22 15 0 0.91 0.94 0.08 1.91 0.88 0.49
Hex EB 16 F 0 5B 5E 8 2 58 31
Octal 353 26 17 0 133 136 10 2 130 61
Binary 11101011 10110 1111 0 1011011 1011110 1000 10 1011000 110001

Color Harmonies of #EB160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB160F

Black with #EB160F

Text Example


Text Example

White with #EB160F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB160F; }

 p { color: rgb(235,22,15); }

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

background-color css

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

 a { background-color: rgb(235,22,15); }

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

border-color css

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

 span { border-color: rgb(235,22,15); }

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