Html Css Color HEX #EF3416 Scarlet

📋 copy color: '#EF3416'

red 239 ◦ green 52 ◦ blue 22

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

Shades of Scarlet #EF3416

Tints of Scarlet #EF3416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

 BLUE value IS 22 (8.98% from 255) = 7.03%

R = 76.36%
G = 16.61%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF3416 (or 0xEF3416) is known color: Scarlet. HEX triplet: EF, 34 and 16. RGB value is (239,52,22). Sum of RGB (Red+Green+Blue) = 239+52+22=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3416 is #10CBE9. Grayscale: #686868. Windows color (decimal): -1100778 or 1455343. OLE color: 1455343.

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

Color convert

RGB 239 52 22 -
CMYK 0 0.78 0.91 0.06
HSL 8.29º 0.87% 0.51% -
HSV(B) 8.29º 0.91% 0.94% -
XYZ 36.97 20.86 2.84 -
YUV 104.49 81.45 223.94 -
System Red Green Blue C M Y K H S L
Decimal 239 52 22 0 0.78 0.91 0.06 8.29 0.87 0.51
Hex EF 34 16 0 4E 5B 6 8 57 33
Octal 357 64 26 0 116 133 6 10 127 63
Binary 11101111 110100 10110 0 1001110 1011011 110 1000 1010111 110011

Color Harmonies of #EF3416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3416

Black with #EF3416

Text Example


Text Example

White with #EF3416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3416; }

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

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

background-color css

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

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

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

border-color css

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

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

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