Html Css Color HEX #E9130B Scarlet

📋 copy color: '#E9130B'

red 233 ◦ green 19 ◦ blue 11

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

Shades of Scarlet #E9130B

Tints of Scarlet #E9130B

RGB

 RED value IS 233 (91.41% from 255) = 88.59%

 GREEN value IS 19 (7.81% from 255) = 7.22%

 BLUE value IS 11 (4.69% from 255) = 4.18%

R = 88.59%
G = 7.22%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9130B (or 0xE9130B) is known color: Scarlet. HEX triplet: E9, 13 and 0B. RGB value is (233,19,11). Sum of RGB (Red+Green+Blue) = 233+19+11=263 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.59% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 233 - color contains mainly: red. Hex color #E9130B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9130B is #16ECF4. Grayscale: #525252. Windows color (decimal): -1502453 or 725993. OLE color: 725993.

HSL color Cylindrical-coordinate representation of color #E9130B: hue angle of 2.16º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9130B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 19 11 -
CMYK 0 0.92 0.95 0.09
HSL 2.16º 0.91% 0.48% -
HSV(B) 2.16º 0.95% 0.91% -
XYZ 33.9 17.81 1.97 -
YUV 82.07 87.9 235.65 -
System Red Green Blue C M Y K H S L
Decimal 233 19 11 0 0.92 0.95 0.09 2.16 0.91 0.48
Hex E9 13 B 0 5C 5F 9 2 5B 30
Octal 351 23 13 0 134 137 11 2 133 60
Binary 11101001 10011 1011 0 1011100 1011111 1001 10 1011011 110000

Color Harmonies of #E9130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9130B

Black with #E9130B

Text Example


Text Example

White with #E9130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9130B; }

 p { color: rgb(233,19,11); }

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

background-color css

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

 a { background-color: rgb(233,19,11); }

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

border-color css

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

 span { border-color: rgb(233,19,11); }

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