Html Css Color HEX #EB280E Scarlet

📋 copy color: '#EB280E'

red 235 ◦ green 40 ◦ blue 14

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

Shades of Scarlet #EB280E

Tints of Scarlet #EB280E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 81.31%
G = 13.84%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB280E (or 0xEB280E) is known color: Scarlet. HEX triplet: EB, 28 and 0E. RGB value is (235,40,14). Sum of RGB (Red+Green+Blue) = 235+40+14=289 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.31% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 235 - color contains mainly: red. Hex color #EB280E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB280E is #14D7F1. Grayscale: #5F5F5F. Windows color (decimal): -1366002 or 927979. OLE color: 927979.

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

Color convert

RGB 235 40 14 -
CMYK 0 0.83 0.94 0.08
HSL 7.06º 0.89% 0.49% -
HSV(B) 7.06º 0.94% 0.92% -
XYZ 35.1 19.21 2.27 -
YUV 95.34 82.1 227.61 -
System Red Green Blue C M Y K H S L
Decimal 235 40 14 0 0.83 0.94 0.08 7.06 0.89 0.49
Hex EB 28 E 0 53 5E 8 7 59 31
Octal 353 50 16 0 123 136 10 7 131 61
Binary 11101011 101000 1110 0 1010011 1011110 1000 111 1011001 110001

Color Harmonies of #EB280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB280E

Black with #EB280E

Text Example


Text Example

White with #EB280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB280E; }

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

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

background-color css

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

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

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

border-color css

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

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

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