Html Css Color HEX #EA281C Scarlet

📋 copy color: '#EA281C'

red 234 ◦ green 40 ◦ blue 28

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

Shades of Scarlet #EA281C

Tints of Scarlet #EA281C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 77.48%
G = 13.25%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA281C (or 0xEA281C) is known color: Scarlet. HEX triplet: EA, 28 and 1C. RGB value is (234,40,28). Sum of RGB (Red+Green+Blue) = 234+40+28=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA281C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA281C is #15D7E3. Grayscale: #606060. Windows color (decimal): -1431524 or 1845482. OLE color: 1845482.

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

Color convert

RGB 234 40 28 -
CMYK 0 0.83 0.88 0.08
HSL 3.5º 0.83% 0.51% -
HSV(B) 3.5º 0.88% 0.92% -
XYZ 34.9 19.09 2.94 -
YUV 96.64 89.27 225.98 -
System Red Green Blue C M Y K H S L
Decimal 234 40 28 0 0.83 0.88 0.08 3.5 0.83 0.51
Hex EA 28 1C 0 53 58 8 3 53 33
Octal 352 50 34 0 123 130 10 3 123 63
Binary 11101010 101000 11100 0 1010011 1011000 1000 11 1010011 110011

Color Harmonies of #EA281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA281C

Black with #EA281C

Text Example


Text Example

White with #EA281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA281C; }

 p { color: rgb(234,40,28); }

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

background-color css

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

 a { background-color: rgb(234,40,28); }

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

border-color css

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

 span { border-color: rgb(234,40,28); }

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