Html Css Color HEX #EF1610 Scarlet

📋 copy color: '#EF1610'

red 239 ◦ green 22 ◦ blue 16

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

Shades of Scarlet #EF1610

Tints of Scarlet #EF1610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

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

R = 86.28%
G = 7.94%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF1610 (or 0xEF1610) is known color: Scarlet. HEX triplet: EF, 16 and 10. RGB value is (239,22,16). Sum of RGB (Red+Green+Blue) = 239+22+16=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1610 is #10E9EF. Grayscale: #565656. Windows color (decimal): -1108464 or 1054447. OLE color: 1054447.

HSL color Cylindrical-coordinate representation of color #EF1610: hue angle of 1.61º 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 #EF1610 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 22 16 -
CMYK 0 0.91 0.93 0.06
HSL 1.61º 0.87% 0.5% -
HSV(B) 1.61º 0.93% 0.94% -
XYZ 35.98 18.96 2.25 -
YUV 86.2 88.39 236.99 -
System Red Green Blue C M Y K H S L
Decimal 239 22 16 0 0.91 0.93 0.06 1.61 0.87 0.5
Hex EF 16 10 0 5B 5D 6 2 57 32
Octal 357 26 20 0 133 135 6 2 127 62
Binary 11101111 10110 10000 0 1011011 1011101 110 10 1010111 110010

Color Harmonies of #EF1610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1610

Black with #EF1610

Text Example


Text Example

White with #EF1610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1610; }

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

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

background-color css

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

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

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

border-color css

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

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

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