Html Css Color HEX #F9281B Scarlet

📋 copy color: '#F9281B'

red 249 ◦ green 40 ◦ blue 27

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

Shades of Scarlet #F9281B

Tints of Scarlet #F9281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

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

R = 78.8%
G = 12.66%
B = 8.54%

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

#F9281B (or 0xF9281B) is known color: Scarlet. HEX triplet: F9, 28 and 1B. RGB value is (249,40,27). Sum of RGB (Red+Green+Blue) = 249+40+27=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F9281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9281B is #06D7E4. Grayscale: #656565. Windows color (decimal): -448485 or 1779961. OLE color: 1779961.

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

Color convert

RGB 249 40 27 -
CMYK 0 0.84 0.89 0.02
HSL 3.51º 0.95% 0.54% -
HSV(B) 3.51º 0.89% 0.98% -
XYZ 40.02 21.74 3.12 -
YUV 101.01 86.24 233.56 -
System Red Green Blue C M Y K H S L
Decimal 249 40 27 0 0.84 0.89 0.02 3.51 0.95 0.54
Hex F9 28 1B 0 54 59 2 4 5F 36
Octal 371 50 33 0 124 131 2 4 137 66
Binary 11111001 101000 11011 0 1010100 1011001 10 100 1011111 110110

Color Harmonies of #F9281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9281B

Black with #F9281B

Text Example


Text Example

White with #F9281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9281B; }

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

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

background-color css

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

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

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

border-color css

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

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

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