Html Css Color HEX #EF350E Scarlet

📋 copy color: '#EF350E'

red 239 ◦ green 53 ◦ blue 14

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

Shades of Scarlet #EF350E

Tints of Scarlet #EF350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

 BLUE value IS 14 (5.86% from 255) = 4.58%

R = 78.1%
G = 17.32%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF350E (or 0xEF350E) is known color: Scarlet. HEX triplet: EF, 35 and 0E. RGB value is (239,53,14). Sum of RGB (Red+Green+Blue) = 239+53+14=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF350E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF350E is #10CAF1. Grayscale: #686868. Windows color (decimal): -1100530 or 931311. OLE color: 931311.

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

Color convert

RGB 239 53 14 -
CMYK 0 0.78 0.94 0.06
HSL 10.4º 0.89% 0.5% -
HSV(B) 10.4º 0.94% 0.94% -
XYZ 36.95 20.93 2.51 -
YUV 104.17 77.12 224.17 -
System Red Green Blue C M Y K H S L
Decimal 239 53 14 0 0.78 0.94 0.06 10.4 0.89 0.5
Hex EF 35 E 0 4E 5E 6 A 59 32
Octal 357 65 16 0 116 136 6 12 131 62
Binary 11101111 110101 1110 0 1001110 1011110 110 1010 1011001 110010

Color Harmonies of #EF350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF350E

Black with #EF350E

Text Example


Text Example

White with #EF350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF350E; }

 p { color: rgb(239,53,14); }

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

background-color css

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

 a { background-color: rgb(239,53,14); }

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

border-color css

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

 span { border-color: rgb(239,53,14); }

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