Html Css Color HEX #F93315 Scarlet

📋 copy color: '#F93315'

red 249 ◦ green 51 ◦ blue 21

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

Shades of Scarlet #F93315

Tints of Scarlet #F93315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.54%

R = 77.57%
G = 15.89%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F93315 (or 0xF93315) is known color: Scarlet. HEX triplet: F9, 33 and 15. RGB value is (249,51,21). Sum of RGB (Red+Green+Blue) = 249+51+21=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F93315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93315 is #06CCEA. Grayscale: #6B6B6B. Windows color (decimal): -445675 or 1389561. OLE color: 1389561.

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

Color convert

RGB 249 51 21 -
CMYK 0 0.80 0.92 0.02
HSL 7.89º 0.95% 0.53% -
HSV(B) 7.89º 0.92% 0.98% -
XYZ 40.39 22.56 2.94 -
YUV 106.78 79.6 229.44 -
System Red Green Blue C M Y K H S L
Decimal 249 51 21 0 0.80 0.92 0.02 7.89 0.95 0.53
Hex F9 33 15 0 50 5C 2 8 5F 35
Octal 371 63 25 0 120 134 2 10 137 65
Binary 11111001 110011 10101 0 1010000 1011100 10 1000 1011111 110101

Color Harmonies of #F93315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93315

Black with #F93315

Text Example


Text Example

White with #F93315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93315; }

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

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

background-color css

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

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

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

border-color css

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

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

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