Html Css Color HEX #F7140E Scarlet

📋 copy color: '#F7140E'

red 247 ◦ green 20 ◦ blue 14

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

Shades of Scarlet #F7140E

Tints of Scarlet #F7140E

RGB

 RED value IS 247 (96.88% from 255) = 87.9%

 GREEN value IS 20 (8.2% from 255) = 7.12%

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

R = 87.9%
G = 7.12%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7140E (or 0xF7140E) is known color: Scarlet. HEX triplet: F7, 14 and 0E. RGB value is (247,20,14). Sum of RGB (Red+Green+Blue) = 247+20+14=281 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.90% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 247 - color contains mainly: red. Hex color #F7140E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7140E is #08EBF1. Grayscale: #575757. Windows color (decimal): -584690 or 922871. OLE color: 922871.

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

Color convert

RGB 247 20 14 -
CMYK 0 0.92 0.94 0.03
HSL 1.55º 0.94% 0.51% -
HSV(B) 1.55º 0.94% 0.97% -
XYZ 38.69 20.31 2.3 -
YUV 87.19 86.71 241.99 -
System Red Green Blue C M Y K H S L
Decimal 247 20 14 0 0.92 0.94 0.03 1.55 0.94 0.51
Hex F7 14 E 0 5C 5E 3 2 5E 33
Octal 367 24 16 0 134 136 3 2 136 63
Binary 11110111 10100 1110 0 1011100 1011110 11 10 1011110 110011

Color Harmonies of #F7140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7140E

Black with #F7140E

Text Example


Text Example

White with #F7140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7140E; }

 p { color: rgb(247,20,14); }

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

background-color css

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

 a { background-color: rgb(247,20,14); }

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

border-color css

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

 span { border-color: rgb(247,20,14); }

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