Html Css Color HEX #F7190D Scarlet

📋 copy color: '#F7190D'

red 247 ◦ green 25 ◦ blue 13

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

Shades of Scarlet #F7190D

Tints of Scarlet #F7190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 86.67%
G = 8.77%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7190D (or 0xF7190D) is known color: Scarlet. HEX triplet: F7, 19 and 0D. RGB value is (247,25,13). Sum of RGB (Red+Green+Blue) = 247+25+13=285 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.67% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 247 - color contains mainly: red. Hex color #F7190D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7190D is #08E6F2. Grayscale: #5A5A5A. Windows color (decimal): -583411 or 858615. OLE color: 858615.

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

Color convert

RGB 247 25 13 -
CMYK 0 0.90 0.95 0.03
HSL 3.08º 0.94% 0.51% -
HSV(B) 3.08º 0.95% 0.97% -
XYZ 38.78 20.5 2.29 -
YUV 90.01 84.55 239.98 -
System Red Green Blue C M Y K H S L
Decimal 247 25 13 0 0.90 0.95 0.03 3.08 0.94 0.51
Hex F7 19 D 0 5A 5F 3 3 5E 33
Octal 367 31 15 0 132 137 3 3 136 63
Binary 11110111 11001 1101 0 1011010 1011111 11 11 1011110 110011

Color Harmonies of #F7190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7190D

Black with #F7190D

Text Example


Text Example

White with #F7190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7190D; }

 p { color: rgb(247,25,13); }

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

background-color css

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

 a { background-color: rgb(247,25,13); }

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

border-color css

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

 span { border-color: rgb(247,25,13); }

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