Html Css Color HEX #F91201 Red

📋 copy color: '#F91201'

red 249 ◦ green 18 ◦ blue 1

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

Shades of Red #F91201

Tints of Red #F91201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 92.91%
G = 6.72%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F91201 (or 0xF91201) is known color: Red. HEX triplet: F9, 12 and 01. RGB value is (249,18,1). Sum of RGB (Red+Green+Blue) = 249+18+1=268 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.91% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 249 - color contains mainly: red. Hex color #F91201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91201 is #06EDFE. Grayscale: #555555. Windows color (decimal): -454143 or 70393. OLE color: 70393.

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

Color convert

RGB 249 18 1 -
CMYK 0 0.93 1.00 0.02
HSL 4.11º 0.99% 0.49% -
HSV(B) 4.11º 1% 0.98% -
XYZ 39.29 20.57 1.93 -
YUV 85.13 80.53 244.88 -
System Red Green Blue C M Y K H S L
Decimal 249 18 1 0 0.93 1.00 0.02 4.11 0.99 0.49
Hex F9 12 1 0 5D 64 2 4 63 31
Octal 371 22 1 0 135 144 2 4 143 61
Binary 11111001 10010 1 0 1011101 1100100 10 100 1100011 110001

Color Harmonies of #F91201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91201

Black with #F91201

Text Example


Text Example

White with #F91201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91201; }

 p { color: rgb(249,18,1); }

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

background-color css

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

 a { background-color: rgb(249,18,1); }

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

border-color css

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

 span { border-color: rgb(249,18,1); }

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