Html Css Color HEX #F9291B Scarlet

📋 copy color: '#F9291B'

red 249 ◦ green 41 ◦ blue 27

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

Shades of Scarlet #F9291B

Tints of Scarlet #F9291B

RGB

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

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

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

R = 78.55%
G = 12.93%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9291B (or 0xF9291B) is known color: Scarlet. HEX triplet: F9, 29 and 1B. RGB value is (249,41,27). Sum of RGB (Red+Green+Blue) = 249+41+27=317 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.55% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 249 - color contains mainly: red. Hex color #F9291B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9291B is #06D6E4. Grayscale: #656565. Windows color (decimal): -448229 or 1780217. OLE color: 1780217.

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

Color convert

RGB 249 41 27 -
CMYK 0 0.84 0.89 0.02
HSL 3.78º 0.95% 0.54% -
HSV(B) 3.78º 0.89% 0.98% -
XYZ 40.06 21.8 3.13 -
YUV 101.6 85.91 233.14 -
System Red Green Blue C M Y K H S L
Decimal 249 41 27 0 0.84 0.89 0.02 3.78 0.95 0.54
Hex F9 29 1B 0 54 59 2 4 5F 36
Octal 371 51 33 0 124 131 2 4 137 66
Binary 11111001 101001 11011 0 1010100 1011001 10 100 1011111 110110

Color Harmonies of #F9291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9291B

Black with #F9291B

Text Example


Text Example

White with #F9291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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