Html Css Color HEX #EA291B Scarlet

📋 copy color: '#EA291B'

red 234 ◦ green 41 ◦ blue 27

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

Shades of Scarlet #EA291B

Tints of Scarlet #EA291B

RGB

 RED value IS 234 (91.8% from 255) = 77.48%

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

 BLUE value IS 27 (10.94% from 255) = 8.94%

R = 77.48%
G = 13.58%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA291B (or 0xEA291B) is known color: Scarlet. HEX triplet: EA, 29 and 1B. RGB value is (234,41,27). Sum of RGB (Red+Green+Blue) = 234+41+27=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA291B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA291B is #15D6E4. Grayscale: #616161. Windows color (decimal): -1431269 or 1780202. OLE color: 1780202.

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

Color convert

RGB 234 41 27 -
CMYK 0 0.82 0.88 0.08
HSL 4.06º 0.83% 0.51% -
HSV(B) 4.06º 0.88% 0.92% -
XYZ 34.92 19.16 2.89 -
YUV 97.11 88.44 225.64 -
System Red Green Blue C M Y K H S L
Decimal 234 41 27 0 0.82 0.88 0.08 4.06 0.83 0.51
Hex EA 29 1B 0 52 58 8 4 53 33
Octal 352 51 33 0 122 130 10 4 123 63
Binary 11101010 101001 11011 0 1010010 1011000 1000 100 1010011 110011

Color Harmonies of #EA291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA291B

Black with #EA291B

Text Example


Text Example

White with #EA291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA291B; }

 p { color: rgb(234,41,27); }

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

background-color css

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

 a { background-color: rgb(234,41,27); }

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

border-color css

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

 span { border-color: rgb(234,41,27); }

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