Html Css Color HEX #EF1306 Scarlet

📋 copy color: '#EF1306'

red 239 ◦ green 19 ◦ blue 6

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

Shades of Scarlet #EF1306

Tints of Scarlet #EF1306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

 BLUE value IS 6 (2.73% from 255) = 2.27%

R = 90.53%
G = 7.2%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF1306 (or 0xEF1306) is known color: Scarlet. HEX triplet: EF, 13 and 06. RGB value is (239,19,6). Sum of RGB (Red+Green+Blue) = 239+19+6=264 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.53% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1306 is #10ECF9. Grayscale: #535353. Windows color (decimal): -1109242 or 398319. OLE color: 398319.

HSL color Cylindrical-coordinate representation of color #EF1306: hue angle of 3.35º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF1306 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 19 6 -
CMYK 0 0.92 0.97 0.06
HSL 3.35º 0.95% 0.48% -
HSV(B) 3.35º 0.97% 0.94% -
XYZ 35.86 18.83 1.92 -
YUV 83.3 84.39 239.06 -
System Red Green Blue C M Y K H S L
Decimal 239 19 6 0 0.92 0.97 0.06 3.35 0.95 0.48
Hex EF 13 6 0 5C 61 6 3 5F 30
Octal 357 23 6 0 134 141 6 3 137 60
Binary 11101111 10011 110 0 1011100 1100001 110 11 1011111 110000

Color Harmonies of #EF1306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1306

Black with #EF1306

Text Example


Text Example

White with #EF1306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1306; }

 p { color: rgb(239,19,6); }

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

background-color css

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

 a { background-color: rgb(239,19,6); }

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

border-color css

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

 span { border-color: rgb(239,19,6); }

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