Html Css Color HEX #F93417 Scarlet

📋 copy color: '#F93417'

red 249 ◦ green 52 ◦ blue 23

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

Shades of Scarlet #F93417

Tints of Scarlet #F93417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

 BLUE value IS 23 (9.38% from 255) = 7.1%

R = 76.85%
G = 16.05%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F93417 (or 0xF93417) is known color: Scarlet. HEX triplet: F9, 34 and 17. RGB value is (249,52,23). Sum of RGB (Red+Green+Blue) = 249+52+23=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F93417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93417 is #06CBE8. Grayscale: #6B6B6B. Windows color (decimal): -445417 or 1520889. OLE color: 1520889.

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

Color convert

RGB 249 52 23 -
CMYK 0 0.79 0.91 0.02
HSL 7.7º 0.95% 0.53% -
HSV(B) 7.7º 0.91% 0.98% -
XYZ 40.45 22.66 3.05 -
YUV 107.6 80.27 228.86 -
System Red Green Blue C M Y K H S L
Decimal 249 52 23 0 0.79 0.91 0.02 7.7 0.95 0.53
Hex F9 34 17 0 4F 5B 2 8 5F 35
Octal 371 64 27 0 117 133 2 10 137 65
Binary 11111001 110100 10111 0 1001111 1011011 10 1000 1011111 110101

Color Harmonies of #F93417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93417

Black with #F93417

Text Example


Text Example

White with #F93417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93417; }

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

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

background-color css

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

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

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

border-color css

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

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

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