Html Css Color HEX #F01100 Red

📋 copy color: '#F01100'

red 240 ◦ green 17 ◦ blue 0

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

Shades of Red #F01100

Tints of Red #F01100

RGB

 RED value IS 240 (94.14% from 255) = 93.39%

 GREEN value IS 17 (7.03% from 255) = 6.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.39%
G = 6.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F01100 (or 0xF01100) is known color: Red. HEX triplet: F0, 11 and 00. RGB value is (240,17,0). Sum of RGB (Red+Green+Blue) = 240+17+0=257 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.39% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 240 - color contains mainly: red. Hex color #F01100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01100 is #0FEEFF. Grayscale: #525252. Windows color (decimal): -1044224 or 4592. OLE color: 4592.

HSL color Cylindrical-coordinate representation of color #F01100: hue angle of 4.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F01100 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 0 -
CMYK 0 0.93 1 0.06
HSL 4.25º 1% 0.47% -
HSV(B) 4.25º 1% 0.94% -
XYZ 36.14 18.93 1.75 -
YUV 81.74 81.88 240.88 -
System Red Green Blue C M Y K H S L
Decimal 240 17 0 0 0.93 1 0.06 4.25 1 0.47
Hex F0 11 0 0 5D 64 6 4 64 2F
Octal 360 21 0 0 135 144 6 4 144 57
Binary 11110000 10001 0 0 1011101 1100100 110 100 1100100 101111

Color Harmonies of #F01100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01100

Black with #F01100

Text Example


Text Example

White with #F01100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01100; }

 p { color: rgb(240,17,0); }

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

background-color css

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

 a { background-color: rgb(240,17,0); }

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

border-color css

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

 span { border-color: rgb(240,17,0); }

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