Html Css Color HEX #EB1A1A Scarlet

📋 copy color: '#EB1A1A'

red 235 ◦ green 26 ◦ blue 26

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

Shades of Scarlet #EB1A1A

Tints of Scarlet #EB1A1A

RGB

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

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

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

R = 81.88%
G = 9.06%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB1A1A (or 0xEB1A1A) is known color: Scarlet. HEX triplet: EB, 1A and 1A. RGB value is (235,26,26). Sum of RGB (Red+Green+Blue) = 235+26+26=287 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.88% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1A1A is #14E5E5. Grayscale: #585858. Windows color (decimal): -1369574 or 1710827. OLE color: 1710827.

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

Color convert

RGB 235 26 26 -
CMYK 0 0.89 0.89 0.08
HSL 0.84% 0.51% -
HSV(B) 0.89% 0.92% -
XYZ 34.82 18.48 2.71 -
YUV 88.49 92.74 232.5 -
System Red Green Blue C M Y K H S L
Decimal 235 26 26 0 0.89 0.89 0.08 0 0.84 0.51
Hex EB 1A 1A 0 59 59 8 0 54 33
Octal 353 32 32 0 131 131 10 0 124 63
Binary 11101011 11010 11010 0 1011001 1011001 1000 0 1010100 110011

Color Harmonies of #EB1A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1A1A

Black with #EB1A1A

Text Example


Text Example

White with #EB1A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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