Html Css Color HEX #EB290E Scarlet

📋 copy color: '#EB290E'

red 235 ◦ green 41 ◦ blue 14

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

Shades of Scarlet #EB290E

Tints of Scarlet #EB290E

RGB

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

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

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

R = 81.03%
G = 14.14%
B = 4.83%

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

#EB290E (or 0xEB290E) is known color: Scarlet. HEX triplet: EB, 29 and 0E. RGB value is (235,41,14). Sum of RGB (Red+Green+Blue) = 235+41+14=290 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.03% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 235 - color contains mainly: red. Hex color #EB290E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB290E is #14D6F1. Grayscale: #606060. Windows color (decimal): -1365746 or 928235. OLE color: 928235.

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

Color convert

RGB 235 41 14 -
CMYK 0 0.83 0.94 0.08
HSL 7.33º 0.89% 0.49% -
HSV(B) 7.33º 0.94% 0.92% -
XYZ 35.13 19.28 2.29 -
YUV 95.93 81.77 227.2 -
System Red Green Blue C M Y K H S L
Decimal 235 41 14 0 0.83 0.94 0.08 7.33 0.89 0.49
Hex EB 29 E 0 53 5E 8 7 59 31
Octal 353 51 16 0 123 136 10 7 131 61
Binary 11101011 101001 1110 0 1010011 1011110 1000 111 1011001 110001

Color Harmonies of #EB290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB290E

Black with #EB290E

Text Example


Text Example

White with #EB290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB290E; }

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

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

background-color css

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

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

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

border-color css

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

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

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