Html Css Color HEX #F0130E Red

📋 copy color: '#F0130E'

red 240 ◦ green 19 ◦ blue 14

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

Shades of Red #F0130E

Tints of Red #F0130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 87.91%
G = 6.96%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0130E (or 0xF0130E) is known color: Red. HEX triplet: F0, 13 and 0E. RGB value is (240,19,14). Sum of RGB (Red+Green+Blue) = 240+19+14=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F0130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0130E is #0FECF1. Grayscale: #545454. Windows color (decimal): -1043698 or 922608. OLE color: 922608.

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

Color convert

RGB 240 19 14 -
CMYK 0 0.92 0.94 0.06
HSL 1.33º 0.89% 0.5% -
HSV(B) 1.33º 0.94% 0.94% -
XYZ 36.25 19.02 2.18 -
YUV 84.51 88.22 238.91 -
System Red Green Blue C M Y K H S L
Decimal 240 19 14 0 0.92 0.94 0.06 1.33 0.89 0.5
Hex F0 13 E 0 5C 5E 6 1 59 32
Octal 360 23 16 0 134 136 6 1 131 62
Binary 11110000 10011 1110 0 1011100 1011110 110 1 1011001 110010

Color Harmonies of #F0130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0130E

Black with #F0130E

Text Example


Text Example

White with #F0130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0130E; }

 p { color: rgb(240,19,14); }

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

background-color css

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

 a { background-color: rgb(240,19,14); }

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

border-color css

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

 span { border-color: rgb(240,19,14); }

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