Html Css Color HEX #EB190C Scarlet

📋 copy color: '#EB190C'

red 235 ◦ green 25 ◦ blue 12

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

Shades of Scarlet #EB190C

Tints of Scarlet #EB190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 86.4%
G = 9.19%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB190C (or 0xEB190C) is known color: Scarlet. HEX triplet: EB, 19 and 0C. RGB value is (235,25,12). Sum of RGB (Red+Green+Blue) = 235+25+12=272 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.40% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 235 - color contains mainly: red. Hex color #EB190C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB190C is #14E6F3. Grayscale: #565656. Windows color (decimal): -1369844 or 793067. OLE color: 793067.

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

Color convert

RGB 235 25 12 -
CMYK 0 0.89 0.95 0.08
HSL 3.5º 0.9% 0.48% -
HSV(B) 3.5º 0.95% 0.92% -
XYZ 34.67 18.38 2.07 -
YUV 86.31 86.07 234.06 -
System Red Green Blue C M Y K H S L
Decimal 235 25 12 0 0.89 0.95 0.08 3.5 0.9 0.48
Hex EB 19 C 0 59 5F 8 3 5A 30
Octal 353 31 14 0 131 137 10 3 132 60
Binary 11101011 11001 1100 0 1011001 1011111 1000 11 1011010 110000

Color Harmonies of #EB190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB190C

Black with #EB190C

Text Example


Text Example

White with #EB190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB190C; }

 p { color: rgb(235,25,12); }

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

background-color css

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

 a { background-color: rgb(235,25,12); }

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

border-color css

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

 span { border-color: rgb(235,25,12); }

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