Html Css Color HEX #EB2C09 Scarlet

📋 copy color: '#EB2C09'

red 235 ◦ green 44 ◦ blue 9

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

Shades of Scarlet #EB2C09

Tints of Scarlet #EB2C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.28%

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

R = 81.6%
G = 15.28%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB2C09 (or 0xEB2C09) is known color: Scarlet. HEX triplet: EB, 2C and 09. RGB value is (235,44,9). Sum of RGB (Red+Green+Blue) = 235+44+9=288 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.60% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2C09 is #14D3F6. Grayscale: #616161. Windows color (decimal): -1364983 or 601323. OLE color: 601323.

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

Color convert

RGB 235 44 9 -
CMYK 0 0.81 0.96 0.08
HSL 9.29º 0.93% 0.48% -
HSV(B) 9.29º 0.96% 0.92% -
XYZ 35.21 19.48 2.16 -
YUV 97.12 78.28 226.35 -
System Red Green Blue C M Y K H S L
Decimal 235 44 9 0 0.81 0.96 0.08 9.29 0.93 0.48
Hex EB 2C 9 0 51 60 8 9 5D 30
Octal 353 54 11 0 121 140 10 11 135 60
Binary 11101011 101100 1001 0 1010001 1100000 1000 1001 1011101 110000

Color Harmonies of #EB2C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2C09

Black with #EB2C09

Text Example


Text Example

White with #EB2C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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