Html Css Color HEX #F10301 Red

📋 copy color: '#F10301'

red 241 ◦ green 3 ◦ blue 1

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

Shades of Red #F10301

Tints of Red #F10301

RGB

 RED value IS 241 (94.53% from 255) = 98.37%

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 98.37%
G = 1.22%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F10301 (or 0xF10301) is known color: Red. HEX triplet: F1, 03 and 01. RGB value is (241,3,1). Sum of RGB (Red+Green+Blue) = 241+3+1=245 (32% of max value = 765). Red value is 241 (94.53% from 255 or 98.37% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 241 - color contains mainly: red. Hex color #F10301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10301 is #0EFCFE. Grayscale: #4A4A4A. Windows color (decimal): -982271 or 66545. OLE color: 66545.

HSL color Cylindrical-coordinate representation of color #F10301: hue angle of 0.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 3 1 -
CMYK 0 0.99 1.00 0.05
HSL 0.5º 0.99% 0.47% -
HSV(B) 0.5º 1% 0.95% -
XYZ 36.31 18.77 1.74 -
YUV 73.93 86.85 247.16 -
System Red Green Blue C M Y K H S L
Decimal 241 3 1 0 0.99 1.00 0.05 0.5 0.99 0.47
Hex F1 3 1 0 63 64 5 0 63 2F
Octal 361 3 1 0 143 144 5 0 143 57
Binary 11110001 11 1 0 1100011 1100100 101 0 1100011 101111

Color Harmonies of #F10301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10301

Black with #F10301

Text Example


Text Example

White with #F10301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10301; }

 p { color: rgb(241,3,1); }

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

background-color css

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

 a { background-color: rgb(241,3,1); }

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

border-color css

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

 span { border-color: rgb(241,3,1); }

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