Html Css Color HEX #F91A04 Scarlet

📋 copy color: '#F91A04'

red 249 ◦ green 26 ◦ blue 4

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

Shades of Scarlet #F91A04

Tints of Scarlet #F91A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 89.25%
G = 9.32%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F91A04 (or 0xF91A04) is known color: Scarlet. HEX triplet: F9, 1A and 04. RGB value is (249,26,4). Sum of RGB (Red+Green+Blue) = 249+26+4=279 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.25% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91A04 is #06E5FB. Grayscale: #5A5A5A. Windows color (decimal): -452092 or 269049. OLE color: 269049.

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

Color convert

RGB 249 26 4 -
CMYK 0 0.90 0.98 0.02
HSL 5.39º 0.97% 0.5% -
HSV(B) 5.39º 0.98% 0.98% -
XYZ 39.46 20.89 2.07 -
YUV 90.17 79.38 241.29 -
System Red Green Blue C M Y K H S L
Decimal 249 26 4 0 0.90 0.98 0.02 5.39 0.97 0.5
Hex F9 1A 4 0 5A 62 2 5 61 32
Octal 371 32 4 0 132 142 2 5 141 62
Binary 11111001 11010 100 0 1011010 1100010 10 101 1100001 110010

Color Harmonies of #F91A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91A04

Black with #F91A04

Text Example


Text Example

White with #F91A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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