Html Css Color HEX #EB211E Scarlet

📋 copy color: '#EB211E'

red 235 ◦ green 33 ◦ blue 30

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

Shades of Scarlet #EB211E

Tints of Scarlet #EB211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.07%

R = 78.86%
G = 11.07%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB211E (or 0xEB211E) is known color: Scarlet. HEX triplet: EB, 21 and 1E. RGB value is (235,33,30). Sum of RGB (Red+Green+Blue) = 235+33+30=298 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.86% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 235 - color contains mainly: red. Hex color #EB211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB211E is #14DEE1. Grayscale: #5D5D5D. Windows color (decimal): -1367778 or 1974763. OLE color: 1974763.

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

Color convert

RGB 235 33 30 -
CMYK 0 0.86 0.87 0.08
HSL 0.88º 0.84% 0.52% -
HSV(B) 0.88º 0.87% 0.92% -
XYZ 35.04 18.84 3.02 -
YUV 93.06 92.42 229.24 -
System Red Green Blue C M Y K H S L
Decimal 235 33 30 0 0.86 0.87 0.08 0.88 0.84 0.52
Hex EB 21 1E 0 56 57 8 1 54 34
Octal 353 41 36 0 126 127 10 1 124 64
Binary 11101011 100001 11110 0 1010110 1010111 1000 1 1010100 110100

Color Harmonies of #EB211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB211E

Black with #EB211E

Text Example


Text Example

White with #EB211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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