Html Css Color HEX #EB2900 Scarlet

📋 copy color: '#EB2900'

red 235 ◦ green 41 ◦ blue 0

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

Shades of Scarlet #EB2900

Tints of Scarlet #EB2900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

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

R = 85.14%
G = 14.86%
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

#EB2900 (or 0xEB2900) is known color: Scarlet. HEX triplet: EB, 29 and 00. RGB value is (235,41,0). Sum of RGB (Red+Green+Blue) = 235+41+0=276 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.14% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2900 is #14D6FF. Grayscale: #5E5E5E. Windows color (decimal): -1365760 or 10731. OLE color: 10731.

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

Color convert

RGB 235 41 0 -
CMYK 0 0.83 1 0.08
HSL 10.47º 1% 0.46% -
HSV(B) 10.47º 1% 0.92% -
XYZ 35.05 19.25 1.87 -
YUV 94.33 74.77 228.33 -
System Red Green Blue C M Y K H S L
Decimal 235 41 0 0 0.83 1 0.08 10.47 1 0.46
Hex EB 29 0 0 53 64 8 A 64 2E
Octal 353 51 0 0 123 144 10 12 144 56
Binary 11101011 101001 0 0 1010011 1100100 1000 1010 1100100 101110

Color Harmonies of #EB2900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2900

Black with #EB2900

Text Example


Text Example

White with #EB2900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2900; }

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

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

background-color css

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

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

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

border-color css

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

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

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