Html Css Color HEX #F9211A Scarlet

📋 copy color: '#F9211A'

red 249 ◦ green 33 ◦ blue 26

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

Shades of Scarlet #F9211A

Tints of Scarlet #F9211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.44%

R = 80.84%
G = 10.71%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F9211A (or 0xF9211A) is known color: Scarlet. HEX triplet: F9, 21 and 1A. RGB value is (249,33,26). Sum of RGB (Red+Green+Blue) = 249+33+26=308 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.84% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 249 - color contains mainly: red. Hex color #F9211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9211A is #06DEE5. Grayscale: #616161. Windows color (decimal): -450278 or 1712633. OLE color: 1712633.

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

Color convert

RGB 249 33 26 -
CMYK 0 0.87 0.90 0.02
HSL 1.88º 0.95% 0.54% -
HSV(B) 1.88º 0.9% 0.98% -
XYZ 39.8 21.3 2.99 -
YUV 96.79 88.06 236.57 -
System Red Green Blue C M Y K H S L
Decimal 249 33 26 0 0.87 0.90 0.02 1.88 0.95 0.54
Hex F9 21 1A 0 57 5A 2 2 5F 36
Octal 371 41 32 0 127 132 2 2 137 66
Binary 11111001 100001 11010 0 1010111 1011010 10 10 1011111 110110

Color Harmonies of #F9211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9211A

Black with #F9211A

Text Example


Text Example

White with #F9211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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