Html Css Color HEX #EA2F10 Scarlet

📋 copy color: '#EA2F10'

red 234 ◦ green 47 ◦ blue 16

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

Shades of Scarlet #EA2F10

Tints of Scarlet #EA2F10

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.82%

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 78.79%
G = 15.82%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA2F10 (or 0xEA2F10) is known color: Scarlet. HEX triplet: EA, 2F and 10. RGB value is (234,47,16). Sum of RGB (Red+Green+Blue) = 234+47+16=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2F10 is #15D0EF. Grayscale: #636363. Windows color (decimal): -1429744 or 1060842. OLE color: 1060842.

HSL color Cylindrical-coordinate representation of color #EA2F10: hue angle of 8.53º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA2F10 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 47 16 -
CMYK 0 0.80 0.93 0.08
HSL 8.53º 0.87% 0.49% -
HSV(B) 8.53º 0.93% 0.92% -
XYZ 35.04 19.56 2.42 -
YUV 99.38 80.95 224.02 -
System Red Green Blue C M Y K H S L
Decimal 234 47 16 0 0.80 0.93 0.08 8.53 0.87 0.49
Hex EA 2F 10 0 50 5D 8 9 57 31
Octal 352 57 20 0 120 135 10 11 127 61
Binary 11101010 101111 10000 0 1010000 1011101 1000 1001 1010111 110001

Color Harmonies of #EA2F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2F10

Black with #EA2F10

Text Example


Text Example

White with #EA2F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2F10; }

 p { color: rgb(234,47,16); }

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

background-color css

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

 a { background-color: rgb(234,47,16); }

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

border-color css

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

 span { border-color: rgb(234,47,16); }

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