Html Css Color HEX #F71210 Red

📋 copy color: '#F71210'

red 247 ◦ green 18 ◦ blue 16

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

Shades of Red #F71210

Tints of Red #F71210

RGB

 RED value IS 247 (96.88% from 255) = 87.9%

 GREEN value IS 18 (7.42% from 255) = 6.41%

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 87.9%
G = 6.41%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F71210 (or 0xF71210) is known color: Red. HEX triplet: F7, 12 and 10. RGB value is (247,18,16). Sum of RGB (Red+Green+Blue) = 247+18+16=281 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.90% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 247 - color contains mainly: red. Hex color #F71210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71210 is #08EDEF. Grayscale: #565656. Windows color (decimal): -585200 or 1053431. OLE color: 1053431.

HSL color Cylindrical-coordinate representation of color #F71210: hue angle of 0.52º 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 #F71210 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 18 16 -
CMYK 0 0.93 0.94 0.03
HSL 0.52º 0.94% 0.52% -
HSV(B) 0.52º 0.94% 0.97% -
XYZ 38.67 20.24 2.36 -
YUV 86.24 88.37 242.66 -
System Red Green Blue C M Y K H S L
Decimal 247 18 16 0 0.93 0.94 0.03 0.52 0.94 0.52
Hex F7 12 10 0 5D 5E 3 1 5E 34
Octal 367 22 20 0 135 136 3 1 136 64
Binary 11110111 10010 10000 0 1011101 1011110 11 1 1011110 110100

Color Harmonies of #F71210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71210

Black with #F71210

Text Example


Text Example

White with #F71210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71210; }

 p { color: rgb(247,18,16); }

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

background-color css

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

 a { background-color: rgb(247,18,16); }

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

border-color css

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

 span { border-color: rgb(247,18,16); }

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