Html Css Color HEX #EB2800 Scarlet

📋 copy color: '#EB2800'

red 235 ◦ green 40 ◦ blue 0

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

Shades of Scarlet #EB2800

Tints of Scarlet #EB2800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.45%
G = 14.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB2800 (or 0xEB2800) is known color: Scarlet. HEX triplet: EB, 28 and 00. RGB value is (235,40,0). Sum of RGB (Red+Green+Blue) = 235+40+0=275 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.45% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2800 is #14D7FF. Grayscale: #5E5E5E. Windows color (decimal): -1366016 or 10475. OLE color: 10475.

HSL color Cylindrical-coordinate representation of color #EB2800: hue angle of 10.21º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB2800 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 40 0 -
CMYK 0 0.83 1 0.08
HSL 10.21º 1% 0.46% -
HSV(B) 10.21º 1% 0.92% -
XYZ 35.02 19.18 1.86 -
YUV 93.75 75.1 228.75 -
System Red Green Blue C M Y K H S L
Decimal 235 40 0 0 0.83 1 0.08 10.21 1 0.46
Hex EB 28 0 0 53 64 8 A 64 2E
Octal 353 50 0 0 123 144 10 12 144 56
Binary 11101011 101000 0 0 1010011 1100100 1000 1010 1100100 101110

Color Harmonies of #EB2800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2800

Black with #EB2800

Text Example


Text Example

White with #EB2800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2800; }

 p { color: rgb(235,40,0); }

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

background-color css

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

 a { background-color: rgb(235,40,0); }

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

border-color css

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

 span { border-color: rgb(235,40,0); }

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