Html Css Color HEX #F81007 Red

📋 copy color: '#F81007'

red 248 ◦ green 16 ◦ blue 7

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

Shades of Red #F81007

Tints of Red #F81007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.58%

R = 91.51%
G = 5.9%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F81007 (or 0xF81007) is known color: Red. HEX triplet: F8, 10 and 07. RGB value is (248,16,7). Sum of RGB (Red+Green+Blue) = 248+16+7=271 (35% of max value = 765). Red value is 248 (97.27% from 255 or 91.51% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 248 - color contains mainly: red. Hex color #F81007 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81007 is #07EFF8. Grayscale: #545454. Windows color (decimal): -520185 or 463096. OLE color: 463096.

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

Color convert

RGB 248 16 7 -
CMYK 0 0.94 0.97 0.03
HSL 2.24º 0.95% 0.5% -
HSV(B) 2.24º 0.97% 0.97% -
XYZ 38.94 20.34 2.08 -
YUV 84.34 84.36 244.73 -
System Red Green Blue C M Y K H S L
Decimal 248 16 7 0 0.94 0.97 0.03 2.24 0.95 0.5
Hex F8 10 7 0 5E 61 3 2 5F 32
Octal 370 20 7 0 136 141 3 2 137 62
Binary 11111000 10000 111 0 1011110 1100001 11 10 1011111 110010

Color Harmonies of #F81007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81007

Black with #F81007

Text Example


Text Example

White with #F81007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81007; }

 p { color: rgb(248,16,7); }

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

background-color css

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

 a { background-color: rgb(248,16,7); }

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

border-color css

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

 span { border-color: rgb(248,16,7); }

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