Html Css Color HEX #EB2E09 Scarlet

📋 copy color: '#EB2E09'

red 235 ◦ green 46 ◦ blue 9

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

Shades of Scarlet #EB2E09

Tints of Scarlet #EB2E09

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.86%

 BLUE value IS 9 (3.91% from 255) = 3.1%

R = 81.03%
G = 15.86%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB2E09 (or 0xEB2E09) is known color: Scarlet. HEX triplet: EB, 2E and 09. RGB value is (235,46,9). Sum of RGB (Red+Green+Blue) = 235+46+9=290 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.03% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2E09 is #14D1F6. Grayscale: #626262. Windows color (decimal): -1364471 or 601835. OLE color: 601835.

HSL color Cylindrical-coordinate representation of color #EB2E09: hue angle of 9.82º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB2E09 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 46 9 -
CMYK 0 0.80 0.96 0.08
HSL 9.82º 0.93% 0.48% -
HSV(B) 9.82º 0.96% 0.92% -
XYZ 35.29 19.64 2.19 -
YUV 98.29 77.62 225.51 -
System Red Green Blue C M Y K H S L
Decimal 235 46 9 0 0.80 0.96 0.08 9.82 0.93 0.48
Hex EB 2E 9 0 50 60 8 A 5D 30
Octal 353 56 11 0 120 140 10 12 135 60
Binary 11101011 101110 1001 0 1010000 1100000 1000 1010 1011101 110000

Color Harmonies of #EB2E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2E09

Black with #EB2E09

Text Example


Text Example

White with #EB2E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2E09; }

 p { color: rgb(235,46,9); }

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

background-color css

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

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

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

border-color css

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

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

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