Html Css Color HEX #EB211A Scarlet

📋 copy color: '#EB211A'

red 235 ◦ green 33 ◦ blue 26

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

Shades of Scarlet #EB211A

Tints of Scarlet #EB211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

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

R = 79.93%
G = 11.22%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB211A (or 0xEB211A) is known color: Scarlet. HEX triplet: EB, 21 and 1A. RGB value is (235,33,26). Sum of RGB (Red+Green+Blue) = 235+33+26=294 (38% of max value = 765). Red value is 235 (92.19% from 255 or 79.93% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 235 - color contains mainly: red. Hex color #EB211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB211A is #14DEE5. Grayscale: #5C5C5C. Windows color (decimal): -1367782 or 1712619. OLE color: 1712619.

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

Color convert

RGB 235 33 26 -
CMYK 0 0.86 0.89 0.08
HSL 2.01º 0.84% 0.51% -
HSV(B) 2.01º 0.89% 0.92% -
XYZ 34.99 18.82 2.77 -
YUV 92.6 90.42 229.57 -
System Red Green Blue C M Y K H S L
Decimal 235 33 26 0 0.86 0.89 0.08 2.01 0.84 0.51
Hex EB 21 1A 0 56 59 8 2 54 33
Octal 353 41 32 0 126 131 10 2 124 63
Binary 11101011 100001 11010 0 1010110 1011001 1000 10 1010100 110011

Color Harmonies of #EB211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB211A

Black with #EB211A

Text Example


Text Example

White with #EB211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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