Html Css Color HEX #F93318 Scarlet

📋 copy color: '#F93318'

red 249 ◦ green 51 ◦ blue 24

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

Shades of Scarlet #F93318

Tints of Scarlet #F93318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.74%

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

R = 76.85%
G = 15.74%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F93318 (or 0xF93318) is known color: Scarlet. HEX triplet: F9, 33 and 18. RGB value is (249,51,24). Sum of RGB (Red+Green+Blue) = 249+51+24=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F93318 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93318 is #06CCE7. Grayscale: #6B6B6B. Windows color (decimal): -445672 or 1586169. OLE color: 1586169.

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

Color convert

RGB 249 51 24 -
CMYK 0 0.80 0.90 0.02
HSL 7.2º 0.95% 0.54% -
HSV(B) 7.2º 0.9% 0.98% -
XYZ 40.42 22.57 3.09 -
YUV 107.12 81.1 229.2 -
System Red Green Blue C M Y K H S L
Decimal 249 51 24 0 0.80 0.90 0.02 7.2 0.95 0.54
Hex F9 33 18 0 50 5A 2 7 5F 36
Octal 371 63 30 0 120 132 2 7 137 66
Binary 11111001 110011 11000 0 1010000 1011010 10 111 1011111 110110

Color Harmonies of #F93318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93318

Black with #F93318

Text Example


Text Example

White with #F93318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93318; }

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

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

background-color css

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

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

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

border-color css

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

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

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