Html Css Color HEX #EB1A0C Scarlet

📋 copy color: '#EB1A0C'

red 235 ◦ green 26 ◦ blue 12

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

Shades of Scarlet #EB1A0C

Tints of Scarlet #EB1A0C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.52%

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

R = 86.08%
G = 9.52%
B = 4.4%

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

#EB1A0C (or 0xEB1A0C) is known color: Scarlet. HEX triplet: EB, 1A and 0C. RGB value is (235,26,12). Sum of RGB (Red+Green+Blue) = 235+26+12=273 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.08% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB1A0C is #14E5F3. Grayscale: #575757. Windows color (decimal): -1369588 or 793323. OLE color: 793323.

HSL color Cylindrical-coordinate representation of color #EB1A0C: hue angle of 3.77º 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 #EB1A0C is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 26 12 -
CMYK 0 0.89 0.95 0.08
HSL 3.77º 0.9% 0.48% -
HSV(B) 3.77º 0.95% 0.92% -
XYZ 34.7 18.43 2.08 -
YUV 86.9 85.74 233.64 -
System Red Green Blue C M Y K H S L
Decimal 235 26 12 0 0.89 0.95 0.08 3.77 0.9 0.48
Hex EB 1A C 0 59 5F 8 4 5A 30
Octal 353 32 14 0 131 137 10 4 132 60
Binary 11101011 11010 1100 0 1011001 1011111 1000 100 1011010 110000

Color Harmonies of #EB1A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1A0C

Black with #EB1A0C

Text Example


Text Example

White with #EB1A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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