Html Css Color HEX #EF3310 Scarlet

📋 copy color: '#EF3310'

red 239 ◦ green 51 ◦ blue 16

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

Shades of Scarlet #EF3310

Tints of Scarlet #EF3310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.67%

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

R = 78.1%
G = 16.67%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF3310 (or 0xEF3310) is known color: Scarlet. HEX triplet: EF, 33 and 10. RGB value is (239,51,16). Sum of RGB (Red+Green+Blue) = 239+51+16=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3310 is #10CCEF. Grayscale: #676767. Windows color (decimal): -1101040 or 1061871. OLE color: 1061871.

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

Color convert

RGB 239 51 16 -
CMYK 0 0.79 0.93 0.06
HSL 9.42º 0.87% 0.5% -
HSV(B) 9.42º 0.93% 0.94% -
XYZ 36.87 20.76 2.55 -
YUV 103.22 78.78 224.85 -
System Red Green Blue C M Y K H S L
Decimal 239 51 16 0 0.79 0.93 0.06 9.42 0.87 0.5
Hex EF 33 10 0 4F 5D 6 9 57 32
Octal 357 63 20 0 117 135 6 11 127 62
Binary 11101111 110011 10000 0 1001111 1011101 110 1001 1010111 110010

Color Harmonies of #EF3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3310

Black with #EF3310

Text Example


Text Example

White with #EF3310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3310; }

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

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

background-color css

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

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

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

border-color css

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

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

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