Html Css Color HEX #EB291A Scarlet

📋 copy color: '#EB291A'

red 235 ◦ green 41 ◦ blue 26

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

Shades of Scarlet #EB291A

Tints of Scarlet #EB291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.61%

R = 77.81%
G = 13.58%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB291A (or 0xEB291A) is known color: Scarlet. HEX triplet: EB, 29 and 1A. RGB value is (235,41,26). Sum of RGB (Red+Green+Blue) = 235+41+26=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB291A is #14D6E5. Grayscale: #616161. Windows color (decimal): -1365734 or 1714667. OLE color: 1714667.

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

Color convert

RGB 235 41 26 -
CMYK 0 0.83 0.89 0.08
HSL 4.31º 0.84% 0.51% -
HSV(B) 4.31º 0.89% 0.92% -
XYZ 35.24 19.32 2.85 -
YUV 97.3 87.77 226.22 -
System Red Green Blue C M Y K H S L
Decimal 235 41 26 0 0.83 0.89 0.08 4.31 0.84 0.51
Hex EB 29 1A 0 53 59 8 4 54 33
Octal 353 51 32 0 123 131 10 4 124 63
Binary 11101011 101001 11010 0 1010011 1011001 1000 100 1010100 110011

Color Harmonies of #EB291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB291A

Black with #EB291A

Text Example


Text Example

White with #EB291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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