Html Css Color HEX #F9170D Scarlet

📋 copy color: '#F9170D'

red 249 ◦ green 23 ◦ blue 13

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

Shades of Scarlet #F9170D

Tints of Scarlet #F9170D

RGB

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

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

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

R = 87.37%
G = 8.07%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9170D (or 0xF9170D) is known color: Scarlet. HEX triplet: F9, 17 and 0D. RGB value is (249,23,13). Sum of RGB (Red+Green+Blue) = 249+23+13=285 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.37% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 249 - color contains mainly: red. Hex color #F9170D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9170D is #06E8F2. Grayscale: #595959. Windows color (decimal): -452851 or 858105. OLE color: 858105.

HSL color Cylindrical-coordinate representation of color #F9170D: hue angle of 2.54º 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 #F9170D is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 23 13 -
CMYK 0 0.91 0.95 0.02
HSL 2.54º 0.95% 0.51% -
HSV(B) 2.54º 0.95% 0.98% -
XYZ 39.45 20.78 2.31 -
YUV 89.43 84.87 241.81 -
System Red Green Blue C M Y K H S L
Decimal 249 23 13 0 0.91 0.95 0.02 2.54 0.95 0.51
Hex F9 17 D 0 5B 5F 2 3 5F 33
Octal 371 27 15 0 133 137 2 3 137 63
Binary 11111001 10111 1101 0 1011011 1011111 10 11 1011111 110011

Color Harmonies of #F9170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9170D

Black with #F9170D

Text Example


Text Example

White with #F9170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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