Html Css Color HEX #F93418 Scarlet

📋 copy color: '#F93418'

red 249 ◦ green 52 ◦ blue 24

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

Shades of Scarlet #F93418

Tints of Scarlet #F93418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.38%

R = 76.62%
G = 16%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F93418 (or 0xF93418) is known color: Scarlet. HEX triplet: F9, 34 and 18. RGB value is (249,52,24). Sum of RGB (Red+Green+Blue) = 249+52+24=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F93418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93418 is #06CBE7. Grayscale: #6C6C6C. Windows color (decimal): -445416 or 1586425. OLE color: 1586425.

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

Color convert

RGB 249 52 24 -
CMYK 0 0.79 0.90 0.02
HSL 7.47º 0.95% 0.54% -
HSV(B) 7.47º 0.9% 0.98% -
XYZ 40.46 22.66 3.11 -
YUV 107.71 80.77 228.78 -
System Red Green Blue C M Y K H S L
Decimal 249 52 24 0 0.79 0.90 0.02 7.47 0.95 0.54
Hex F9 34 18 0 4F 5A 2 7 5F 36
Octal 371 64 30 0 117 132 2 7 137 66
Binary 11111001 110100 11000 0 1001111 1011010 10 111 1011111 110110

Color Harmonies of #F93418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93418

Black with #F93418

Text Example


Text Example

White with #F93418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93418; }

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

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

background-color css

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

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

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

border-color css

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

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

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