Html Css Color HEX #F9221C Scarlet

📋 copy color: '#F9221C'

red 249 ◦ green 34 ◦ blue 28

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

Shades of Scarlet #F9221C

Tints of Scarlet #F9221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.93%

 BLUE value IS 28 (11.33% from 255) = 9%

R = 80.06%
G = 10.93%
B = 9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9221C (or 0xF9221C) is known color: Scarlet. HEX triplet: F9, 22 and 1C. RGB value is (249,34,28). Sum of RGB (Red+Green+Blue) = 249+34+28=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F9221C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9221C is #06DDE3. Grayscale: #616161. Windows color (decimal): -450020 or 1843961. OLE color: 1843961.

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

Color convert

RGB 249 34 28 -
CMYK 0 0.86 0.89 0.02
HSL 1.63º 0.95% 0.54% -
HSV(B) 1.63º 0.89% 0.98% -
XYZ 39.85 21.37 3.12 -
YUV 97.6 88.73 235.99 -
System Red Green Blue C M Y K H S L
Decimal 249 34 28 0 0.86 0.89 0.02 1.63 0.95 0.54
Hex F9 22 1C 0 56 59 2 2 5F 36
Octal 371 42 34 0 126 131 2 2 137 66
Binary 11111001 100010 11100 0 1010110 1011001 10 10 1011111 110110

Color Harmonies of #F9221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9221C

Black with #F9221C

Text Example


Text Example

White with #F9221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9221C; }

 p { color: rgb(249,34,28); }

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

background-color css

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

 a { background-color: rgb(249,34,28); }

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

border-color css

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

 span { border-color: rgb(249,34,28); }

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