Html Css Color HEX #F9190D Scarlet

📋 copy color: '#F9190D'

red 249 ◦ green 25 ◦ blue 13

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

Shades of Scarlet #F9190D

Tints of Scarlet #F9190D

RGB

 RED value IS 249 (97.66% from 255) = 86.76%

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

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

R = 86.76%
G = 8.71%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9190D (or 0xF9190D) is known color: Scarlet. HEX triplet: F9, 19 and 0D. RGB value is (249,25,13). Sum of RGB (Red+Green+Blue) = 249+25+13=287 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.76% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 249 - color contains mainly: red. Hex color #F9190D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9190D is #06E6F2. Grayscale: #5A5A5A. Windows color (decimal): -452339 or 858617. OLE color: 858617.

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

Color convert

RGB 249 25 13 -
CMYK 0 0.90 0.95 0.02
HSL 3.05º 0.95% 0.51% -
HSV(B) 3.05º 0.95% 0.98% -
XYZ 39.49 20.86 2.33 -
YUV 90.61 84.21 240.98 -
System Red Green Blue C M Y K H S L
Decimal 249 25 13 0 0.90 0.95 0.02 3.05 0.95 0.51
Hex F9 19 D 0 5A 5F 2 3 5F 33
Octal 371 31 15 0 132 137 2 3 137 63
Binary 11111001 11001 1101 0 1011010 1011111 10 11 1011111 110011

Color Harmonies of #F9190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9190D

Black with #F9190D

Text Example


Text Example

White with #F9190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9190D; }

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

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

background-color css

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

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

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

border-color css

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

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

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