Html Css Color HEX #F8130F Red

📋 copy color: '#F8130F'

red 248 ◦ green 19 ◦ blue 15

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

Shades of Red #F8130F

Tints of Red #F8130F

RGB

 RED value IS 248 (97.27% from 255) = 87.94%

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

 BLUE value IS 15 (6.25% from 255) = 5.32%

R = 87.94%
G = 6.74%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8130F (or 0xF8130F) is known color: Red. HEX triplet: F8, 13 and 0F. RGB value is (248,19,15). Sum of RGB (Red+Green+Blue) = 248+19+15=282 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.94% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 248 - color contains mainly: red. Hex color #F8130F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8130F is #07ECF0. Grayscale: #575757. Windows color (decimal): -519409 or 988152. OLE color: 988152.

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

Color convert

RGB 248 19 15 -
CMYK 0 0.92 0.94 0.03
HSL 1.03º 0.94% 0.52% -
HSV(B) 1.03º 0.94% 0.97% -
XYZ 39.03 20.46 2.34 -
YUV 87.02 87.37 242.83 -
System Red Green Blue C M Y K H S L
Decimal 248 19 15 0 0.92 0.94 0.03 1.03 0.94 0.52
Hex F8 13 F 0 5C 5E 3 1 5E 34
Octal 370 23 17 0 134 136 3 1 136 64
Binary 11111000 10011 1111 0 1011100 1011110 11 1 1011110 110100

Color Harmonies of #F8130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8130F

Black with #F8130F

Text Example


Text Example

White with #F8130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8130F; }

 p { color: rgb(248,19,15); }

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

background-color css

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

 a { background-color: rgb(248,19,15); }

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

border-color css

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

 span { border-color: rgb(248,19,15); }

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