Html Css Color HEX #F91A07 Scarlet

📋 copy color: '#F91A07'

red 249 ◦ green 26 ◦ blue 7

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

Shades of Scarlet #F91A07

Tints of Scarlet #F91A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.48%

R = 88.3%
G = 9.22%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F91A07 (or 0xF91A07) is known color: Scarlet. HEX triplet: F9, 1A and 07. RGB value is (249,26,7). Sum of RGB (Red+Green+Blue) = 249+26+7=282 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.30% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91A07 is #06E5F8. Grayscale: #5A5A5A. Windows color (decimal): -452089 or 465657. OLE color: 465657.

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

Color convert

RGB 249 26 7 -
CMYK 0 0.90 0.97 0.02
HSL 4.71º 0.95% 0.5% -
HSV(B) 4.71º 0.97% 0.98% -
XYZ 39.47 20.89 2.15 -
YUV 90.51 80.88 241.04 -
System Red Green Blue C M Y K H S L
Decimal 249 26 7 0 0.90 0.97 0.02 4.71 0.95 0.5
Hex F9 1A 7 0 5A 61 2 5 5F 32
Octal 371 32 7 0 132 141 2 5 137 62
Binary 11111001 11010 111 0 1011010 1100001 10 101 1011111 110010

Color Harmonies of #F91A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91A07

Black with #F91A07

Text Example


Text Example

White with #F91A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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