Html Css Color HEX #EF1A10 Scarlet

📋 copy color: '#EF1A10'

red 239 ◦ green 26 ◦ blue 16

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

Shades of Scarlet #EF1A10

Tints of Scarlet #EF1A10

RGB

 RED value IS 239 (93.75% from 255) = 85.05%

 GREEN value IS 26 (10.55% from 255) = 9.25%

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

R = 85.05%
G = 9.25%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF1A10 (or 0xEF1A10) is known color: Scarlet. HEX triplet: EF, 1A and 10. RGB value is (239,26,16). Sum of RGB (Red+Green+Blue) = 239+26+16=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1A10 is #10E5EF. Grayscale: #585858. Windows color (decimal): -1107440 or 1055471. OLE color: 1055471.

HSL color Cylindrical-coordinate representation of color #EF1A10: hue angle of 2.69º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1A10 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 26 16 -
CMYK 0 0.89 0.93 0.06
HSL 2.69º 0.87% 0.5% -
HSV(B) 2.69º 0.93% 0.94% -
XYZ 36.06 19.13 2.28 -
YUV 88.55 87.07 235.31 -
System Red Green Blue C M Y K H S L
Decimal 239 26 16 0 0.89 0.93 0.06 2.69 0.87 0.5
Hex EF 1A 10 0 59 5D 6 3 57 32
Octal 357 32 20 0 131 135 6 3 127 62
Binary 11101111 11010 10000 0 1011001 1011101 110 11 1010111 110010

Color Harmonies of #EF1A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1A10

Black with #EF1A10

Text Example


Text Example

White with #EF1A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1A10; }

 p { color: rgb(239,26,16); }

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

background-color css

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

 a { background-color: rgb(239,26,16); }

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

border-color css

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

 span { border-color: rgb(239,26,16); }

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