Html Css Color HEX #EB211C Scarlet

📋 copy color: '#EB211C'

red 235 ◦ green 33 ◦ blue 28

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

Shades of Scarlet #EB211C

Tints of Scarlet #EB211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.46%

R = 79.39%
G = 11.15%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB211C (or 0xEB211C) is known color: Scarlet. HEX triplet: EB, 21 and 1C. RGB value is (235,33,28). Sum of RGB (Red+Green+Blue) = 235+33+28=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB211C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB211C is #14DEE3. Grayscale: #5D5D5D. Windows color (decimal): -1367780 or 1843691. OLE color: 1843691.

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

Color convert

RGB 235 33 28 -
CMYK 0 0.86 0.88 0.08
HSL 1.45º 0.84% 0.52% -
HSV(B) 1.45º 0.88% 0.92% -
XYZ 35.01 18.83 2.89 -
YUV 92.83 91.42 229.41 -
System Red Green Blue C M Y K H S L
Decimal 235 33 28 0 0.86 0.88 0.08 1.45 0.84 0.52
Hex EB 21 1C 0 56 58 8 1 54 34
Octal 353 41 34 0 126 130 10 1 124 64
Binary 11101011 100001 11100 0 1010110 1011000 1000 1 1010100 110100

Color Harmonies of #EB211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB211C

Black with #EB211C

Text Example


Text Example

White with #EB211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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