Html Css Color HEX #EA280F Scarlet

📋 copy color: '#EA280F'

red 234 ◦ green 40 ◦ blue 15

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

Shades of Scarlet #EA280F

Tints of Scarlet #EA280F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.19%

R = 80.97%
G = 13.84%
B = 5.19%

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

#EA280F (or 0xEA280F) is known color: Scarlet. HEX triplet: EA, 28 and 0F. RGB value is (234,40,15). Sum of RGB (Red+Green+Blue) = 234+40+15=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA280F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA280F is #15D7F0. Grayscale: #5F5F5F. Windows color (decimal): -1431537 or 993514. OLE color: 993514.

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

Color convert

RGB 234 40 15 -
CMYK 0 0.83 0.94 0.08
HSL 6.85º 0.88% 0.49% -
HSV(B) 6.85º 0.94% 0.92% -
XYZ 34.78 19.04 2.29 -
YUV 95.16 82.77 227.03 -
System Red Green Blue C M Y K H S L
Decimal 234 40 15 0 0.83 0.94 0.08 6.85 0.88 0.49
Hex EA 28 F 0 53 5E 8 7 58 31
Octal 352 50 17 0 123 136 10 7 130 61
Binary 11101010 101000 1111 0 1010011 1011110 1000 111 1011000 110001

Color Harmonies of #EA280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA280F

Black with #EA280F

Text Example


Text Example

White with #EA280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA280F; }

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

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

background-color css

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

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

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

border-color css

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

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

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