Html Css Color HEX #EB1D1A Scarlet

📋 copy color: '#EB1D1A'

red 235 ◦ green 29 ◦ blue 26

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

Shades of Scarlet #EB1D1A

Tints of Scarlet #EB1D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10%

 BLUE value IS 26 (10.55% from 255) = 8.97%

R = 81.03%
G = 10%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB1D1A (or 0xEB1D1A) is known color: Scarlet. HEX triplet: EB, 1D and 1A. RGB value is (235,29,26). Sum of RGB (Red+Green+Blue) = 235+29+26=290 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.03% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1D1A is #14E2E5. Grayscale: #5A5A5A. Windows color (decimal): -1368806 or 1711595. OLE color: 1711595.

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

Color convert

RGB 235 29 26 -
CMYK 0 0.88 0.89 0.08
HSL 0.86º 0.84% 0.51% -
HSV(B) 0.86º 0.89% 0.92% -
XYZ 34.89 18.62 2.73 -
YUV 90.25 91.75 231.24 -
System Red Green Blue C M Y K H S L
Decimal 235 29 26 0 0.88 0.89 0.08 0.86 0.84 0.51
Hex EB 1D 1A 0 58 59 8 1 54 33
Octal 353 35 32 0 130 131 10 1 124 63
Binary 11101011 11101 11010 0 1011000 1011001 1000 1 1010100 110011

Color Harmonies of #EB1D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D1A

Black with #EB1D1A

Text Example


Text Example

White with #EB1D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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