Html Css Color HEX #F9291A Scarlet

📋 copy color: '#F9291A'

red 249 ◦ green 41 ◦ blue 26

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

Shades of Scarlet #F9291A

Tints of Scarlet #F9291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.97%

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

R = 78.8%
G = 12.97%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F9291A (or 0xF9291A) is known color: Scarlet. HEX triplet: F9, 29 and 1A. RGB value is (249,41,26). Sum of RGB (Red+Green+Blue) = 249+41+26=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F9291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9291A is #06D6E5. Grayscale: #656565. Windows color (decimal): -448230 or 1714681. OLE color: 1714681.

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

Color convert

RGB 249 41 26 -
CMYK 0 0.84 0.90 0.02
HSL 4.04º 0.95% 0.54% -
HSV(B) 4.04º 0.9% 0.98% -
XYZ 40.05 21.8 3.07 -
YUV 101.48 85.41 233.22 -
System Red Green Blue C M Y K H S L
Decimal 249 41 26 0 0.84 0.90 0.02 4.04 0.95 0.54
Hex F9 29 1A 0 54 5A 2 4 5F 36
Octal 371 51 32 0 124 132 2 4 137 66
Binary 11111001 101001 11010 0 1010100 1011010 10 100 1011111 110110

Color Harmonies of #F9291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9291A

Black with #F9291A

Text Example


Text Example

White with #F9291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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