Html Css Color HEX #F93211 Scarlet

📋 copy color: '#F93211'

red 249 ◦ green 50 ◦ blue 17

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

Shades of Scarlet #F93211

Tints of Scarlet #F93211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

 BLUE value IS 17 (7.03% from 255) = 5.38%

R = 78.8%
G = 15.82%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F93211 (or 0xF93211) is known color: Scarlet. HEX triplet: F9, 32 and 11. RGB value is (249,50,17). Sum of RGB (Red+Green+Blue) = 249+50+17=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F93211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93211 is #06CDEE. Grayscale: #6A6A6A. Windows color (decimal): -445935 or 1127161. OLE color: 1127161.

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

Color convert

RGB 249 50 17 -
CMYK 0 0.80 0.93 0.02
HSL 8.53º 0.95% 0.52% -
HSV(B) 8.53º 0.93% 0.98% -
XYZ 40.31 22.46 2.74 -
YUV 105.74 77.93 230.18 -
System Red Green Blue C M Y K H S L
Decimal 249 50 17 0 0.80 0.93 0.02 8.53 0.95 0.52
Hex F9 32 11 0 50 5D 2 9 5F 34
Octal 371 62 21 0 120 135 2 11 137 64
Binary 11111001 110010 10001 0 1010000 1011101 10 1001 1011111 110100

Color Harmonies of #F93211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93211

Black with #F93211

Text Example


Text Example

White with #F93211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93211; }

 p { color: rgb(249,50,17); }

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

background-color css

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

 a { background-color: rgb(249,50,17); }

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

border-color css

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

 span { border-color: rgb(249,50,17); }

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