Html Css Color HEX #F0130B Red

📋 copy color: '#F0130B'

red 240 ◦ green 19 ◦ blue 11

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

Shades of Red #F0130B

Tints of Red #F0130B

RGB

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

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

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

R = 88.89%
G = 7.04%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0130B (or 0xF0130B) is known color: Red. HEX triplet: F0, 13 and 0B. RGB value is (240,19,11). Sum of RGB (Red+Green+Blue) = 240+19+11=270 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.89% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 240 - color contains mainly: red. Hex color #F0130B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0130B is #0FECF4. Grayscale: #545454. Windows color (decimal): -1043701 or 726000. OLE color: 726000.

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

Color convert

RGB 240 19 11 -
CMYK 0 0.92 0.95 0.06
HSL 2.1º 0.91% 0.49% -
HSV(B) 2.1º 0.95% 0.94% -
XYZ 36.23 19.02 2.08 -
YUV 84.17 86.72 239.15 -
System Red Green Blue C M Y K H S L
Decimal 240 19 11 0 0.92 0.95 0.06 2.1 0.91 0.49
Hex F0 13 B 0 5C 5F 6 2 5B 31
Octal 360 23 13 0 134 137 6 2 133 61
Binary 11110000 10011 1011 0 1011100 1011111 110 10 1011011 110001

Color Harmonies of #F0130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0130B

Black with #F0130B

Text Example


Text Example

White with #F0130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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