Html Css Color HEX #F0100C Red

📋 copy color: '#F0100C'

red 240 ◦ green 16 ◦ blue 12

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

Shades of Red #F0100C

Tints of Red #F0100C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.48%

R = 89.55%
G = 5.97%
B = 4.48%

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

#F0100C (or 0xF0100C) is known color: Red. HEX triplet: F0, 10 and 0C. RGB value is (240,16,12). Sum of RGB (Red+Green+Blue) = 240+16+12=268 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.55% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 240 - color contains mainly: red. Hex color #F0100C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0100C is #0FEFF3. Grayscale: #525252. Windows color (decimal): -1044468 or 790768. OLE color: 790768.

HSL color Cylindrical-coordinate representation of color #F0100C: hue angle of 1.05º degrees, saturation: 0.9, 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 #F0100C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 16 12 -
CMYK 0 0.93 0.95 0.06
HSL 1.05º 0.9% 0.49% -
HSV(B) 1.05º 0.95% 0.94% -
XYZ 36.19 18.92 2.09 -
YUV 82.52 88.21 240.33 -
System Red Green Blue C M Y K H S L
Decimal 240 16 12 0 0.93 0.95 0.06 1.05 0.9 0.49
Hex F0 10 C 0 5D 5F 6 1 5A 31
Octal 360 20 14 0 135 137 6 1 132 61
Binary 11110000 10000 1100 0 1011101 1011111 110 1 1011010 110001

Color Harmonies of #F0100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0100C

Black with #F0100C

Text Example


Text Example

White with #F0100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0100C; }

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

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

background-color css

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

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

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

border-color css

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

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

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