Html Css Color HEX #F72814 Scarlet

📋 copy color: '#F72814'

red 247 ◦ green 40 ◦ blue 20

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

Shades of Scarlet #F72814

Tints of Scarlet #F72814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 80.46%
G = 13.03%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F72814 (or 0xF72814) is known color: Scarlet. HEX triplet: F7, 28 and 14. RGB value is (247,40,20). Sum of RGB (Red+Green+Blue) = 247+40+20=307 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.46% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 247 - color contains mainly: red. Hex color #F72814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72814 is #08D7EB. Grayscale: #636363. Windows color (decimal): -579564 or 1321207. OLE color: 1321207.

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

Color convert

RGB 247 40 20 -
CMYK 0 0.84 0.92 0.03
HSL 5.29º 0.93% 0.52% -
HSV(B) 5.29º 0.92% 0.97% -
XYZ 39.24 21.34 2.71 -
YUV 99.61 83.08 233.13 -
System Red Green Blue C M Y K H S L
Decimal 247 40 20 0 0.84 0.92 0.03 5.29 0.93 0.52
Hex F7 28 14 0 54 5C 3 5 5D 34
Octal 367 50 24 0 124 134 3 5 135 64
Binary 11110111 101000 10100 0 1010100 1011100 11 101 1011101 110100

Color Harmonies of #F72814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72814

Black with #F72814

Text Example


Text Example

White with #F72814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72814; }

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

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

background-color css

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

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

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

border-color css

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

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

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