Html Css Color HEX #F91A03 Scarlet

📋 copy color: '#F91A03'

red 249 ◦ green 26 ◦ blue 3

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

Shades of Scarlet #F91A03

Tints of Scarlet #F91A03

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.35%

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 89.57%
G = 9.35%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F91A03 (or 0xF91A03) is known color: Scarlet. HEX triplet: F9, 1A and 03. RGB value is (249,26,3). Sum of RGB (Red+Green+Blue) = 249+26+3=278 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.57% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91A03 is #06E5FC. Grayscale: #5A5A5A. Windows color (decimal): -452093 or 203513. OLE color: 203513.

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

Color convert

RGB 249 26 3 -
CMYK 0 0.90 0.99 0.02
HSL 5.61º 0.98% 0.49% -
HSV(B) 5.61º 0.99% 0.98% -
XYZ 39.45 20.89 2.04 -
YUV 90.06 78.88 241.37 -
System Red Green Blue C M Y K H S L
Decimal 249 26 3 0 0.90 0.99 0.02 5.61 0.98 0.49
Hex F9 1A 3 0 5A 63 2 6 62 31
Octal 371 32 3 0 132 143 2 6 142 61
Binary 11111001 11010 11 0 1011010 1100011 10 110 1100010 110001

Color Harmonies of #F91A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91A03

Black with #F91A03

Text Example


Text Example

White with #F91A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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