Html Css Color HEX #F7100D Red

📋 copy color: '#F7100D'

red 247 ◦ green 16 ◦ blue 13

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

Shades of Red #F7100D

Tints of Red #F7100D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 89.49%
G = 5.8%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7100D (or 0xF7100D) is known color: Red. HEX triplet: F7, 10 and 0D. RGB value is (247,16,13). Sum of RGB (Red+Green+Blue) = 247+16+13=276 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.49% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 247 - color contains mainly: red. Hex color #F7100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7100D is #08EFF2. Grayscale: #545454. Windows color (decimal): -585715 or 856311. OLE color: 856311.

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

Color convert

RGB 247 16 13 -
CMYK 0 0.94 0.95 0.03
HSL 0.77º 0.94% 0.51% -
HSV(B) 0.77º 0.95% 0.97% -
XYZ 38.62 20.17 2.24 -
YUV 84.73 87.53 243.74 -
System Red Green Blue C M Y K H S L
Decimal 247 16 13 0 0.94 0.95 0.03 0.77 0.94 0.51
Hex F7 10 D 0 5E 5F 3 1 5E 33
Octal 367 20 15 0 136 137 3 1 136 63
Binary 11110111 10000 1101 0 1011110 1011111 11 1 1011110 110011

Color Harmonies of #F7100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7100D

Black with #F7100D

Text Example


Text Example

White with #F7100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7100D; }

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

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

background-color css

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

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

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

border-color css

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

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

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