Html Css Color HEX #EF1706 Scarlet

📋 copy color: '#EF1706'

red 239 ◦ green 23 ◦ blue 6

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

Shades of Scarlet #EF1706

Tints of Scarlet #EF1706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.58%

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

R = 89.18%
G = 8.58%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF1706 (or 0xEF1706) is known color: Scarlet. HEX triplet: EF, 17 and 06. RGB value is (239,23,6). Sum of RGB (Red+Green+Blue) = 239+23+6=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1706 is #10E8F9. Grayscale: #555555. Windows color (decimal): -1108218 or 399343. OLE color: 399343.

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

Color convert

RGB 239 23 6 -
CMYK 0 0.90 0.97 0.06
HSL 4.38º 0.95% 0.48% -
HSV(B) 4.38º 0.97% 0.94% -
XYZ 35.94 18.98 1.94 -
YUV 85.65 83.06 237.38 -
System Red Green Blue C M Y K H S L
Decimal 239 23 6 0 0.90 0.97 0.06 4.38 0.95 0.48
Hex EF 17 6 0 5A 61 6 4 5F 30
Octal 357 27 6 0 132 141 6 4 137 60
Binary 11101111 10111 110 0 1011010 1100001 110 100 1011111 110000

Color Harmonies of #EF1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1706

Black with #EF1706

Text Example


Text Example

White with #EF1706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1706; }

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

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

background-color css

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

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

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

border-color css

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

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

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