Html Css Color HEX #F9211C Scarlet

📋 copy color: '#F9211C'

red 249 ◦ green 33 ◦ blue 28

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

Shades of Scarlet #F9211C

Tints of Scarlet #F9211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.65%

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

R = 80.32%
G = 10.65%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9211C (or 0xF9211C) is known color: Scarlet. HEX triplet: F9, 21 and 1C. RGB value is (249,33,28). Sum of RGB (Red+Green+Blue) = 249+33+28=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F9211C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9211C is #06DEE3. Grayscale: #616161. Windows color (decimal): -450276 or 1843705. OLE color: 1843705.

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

Color convert

RGB 249 33 28 -
CMYK 0 0.87 0.89 0.02
HSL 1.36º 0.95% 0.54% -
HSV(B) 1.36º 0.89% 0.98% -
XYZ 39.82 21.31 3.11 -
YUV 97.01 89.06 236.41 -
System Red Green Blue C M Y K H S L
Decimal 249 33 28 0 0.87 0.89 0.02 1.36 0.95 0.54
Hex F9 21 1C 0 57 59 2 1 5F 36
Octal 371 41 34 0 127 131 2 1 137 66
Binary 11111001 100001 11100 0 1010111 1011001 10 1 1011111 110110

Color Harmonies of #F9211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9211C

Black with #F9211C

Text Example


Text Example

White with #F9211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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