Html Css Color HEX #F0100D Red

📋 copy color: '#F0100D'

red 240 ◦ green 16 ◦ blue 13

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

Shades of Red #F0100D

Tints of Red #F0100D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.83%

R = 89.22%
G = 5.95%
B = 4.83%

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

#F0100D (or 0xF0100D) is known color: Red. HEX triplet: F0, 10 and 0D. RGB value is (240,16,13). Sum of RGB (Red+Green+Blue) = 240+16+13=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F0100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0100D is #0FEFF2. Grayscale: #525252. Windows color (decimal): -1044467 or 856304. OLE color: 856304.

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

Color convert

RGB 240 16 13 -
CMYK 0 0.93 0.95 0.06
HSL 0.79º 0.9% 0.5% -
HSV(B) 0.79º 0.95% 0.94% -
XYZ 36.19 18.92 2.13 -
YUV 82.63 88.71 240.24 -
System Red Green Blue C M Y K H S L
Decimal 240 16 13 0 0.93 0.95 0.06 0.79 0.9 0.5
Hex F0 10 D 0 5D 5F 6 1 5A 32
Octal 360 20 15 0 135 137 6 1 132 62
Binary 11110000 10000 1101 0 1011101 1011111 110 1 1011010 110010

Color Harmonies of #F0100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0100D

Black with #F0100D

Text Example


Text Example

White with #F0100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0100D; }

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

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

background-color css

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

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

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

border-color css

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

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

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