Html Css Color HEX #F0100B Red

📋 copy color: '#F0100B'

red 240 ◦ green 16 ◦ blue 11

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

Shades of Red #F0100B

Tints of Red #F0100B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 89.89%
G = 5.99%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0100B (or 0xF0100B) is known color: Red. HEX triplet: F0, 10 and 0B. RGB value is (240,16,11). Sum of RGB (Red+Green+Blue) = 240+16+11=267 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.89% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 240 - color contains mainly: red. Hex color #F0100B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0100B is #0FEFF4. Grayscale: #525252. Windows color (decimal): -1044469 or 725232. OLE color: 725232.

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

Color convert

RGB 240 16 11 -
CMYK 0 0.93 0.95 0.06
HSL 1.31º 0.91% 0.49% -
HSV(B) 1.31º 0.95% 0.94% -
XYZ 36.18 18.92 2.06 -
YUV 82.41 87.71 240.41 -
System Red Green Blue C M Y K H S L
Decimal 240 16 11 0 0.93 0.95 0.06 1.31 0.91 0.49
Hex F0 10 B 0 5D 5F 6 1 5B 31
Octal 360 20 13 0 135 137 6 1 133 61
Binary 11110000 10000 1011 0 1011101 1011111 110 1 1011011 110001

Color Harmonies of #F0100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0100B

Black with #F0100B

Text Example


Text Example

White with #F0100B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0100B; }

 p { color: rgb(240,16,11); }

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

background-color css

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

 a { background-color: rgb(240,16,11); }

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

border-color css

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

 span { border-color: rgb(240,16,11); }

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