Html Css Color HEX #F9221B Scarlet

📋 copy color: '#F9221B'

red 249 ◦ green 34 ◦ blue 27

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

Shades of Scarlet #F9221B

Tints of Scarlet #F9221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.71%

R = 80.32%
G = 10.97%
B = 8.71%

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

#F9221B (or 0xF9221B) is known color: Scarlet. HEX triplet: F9, 22 and 1B. RGB value is (249,34,27). Sum of RGB (Red+Green+Blue) = 249+34+27=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F9221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9221B is #06DDE4. Grayscale: #616161. Windows color (decimal): -450021 or 1778425. OLE color: 1778425.

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

Color convert

RGB 249 34 27 -
CMYK 0 0.86 0.89 0.02
HSL 1.89º 0.95% 0.54% -
HSV(B) 1.89º 0.89% 0.98% -
XYZ 39.84 21.36 3.06 -
YUV 97.49 88.23 236.07 -
System Red Green Blue C M Y K H S L
Decimal 249 34 27 0 0.86 0.89 0.02 1.89 0.95 0.54
Hex F9 22 1B 0 56 59 2 2 5F 36
Octal 371 42 33 0 126 131 2 2 137 66
Binary 11111001 100010 11011 0 1010110 1011001 10 10 1011111 110110

Color Harmonies of #F9221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9221B

Black with #F9221B

Text Example


Text Example

White with #F9221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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