Html Css Color HEX #F7130D Red

📋 copy color: '#F7130D'

red 247 ◦ green 19 ◦ blue 13

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

Shades of Red #F7130D

Tints of Red #F7130D

RGB

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

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

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

R = 88.53%
G = 6.81%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7130D (or 0xF7130D) is known color: Red. HEX triplet: F7, 13 and 0D. RGB value is (247,19,13). Sum of RGB (Red+Green+Blue) = 247+19+13=279 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.53% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 247 - color contains mainly: red. Hex color #F7130D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7130D is #08ECF2. Grayscale: #565656. Windows color (decimal): -584947 or 857079. OLE color: 857079.

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

Color convert

RGB 247 19 13 -
CMYK 0 0.92 0.95 0.03
HSL 1.54º 0.94% 0.51% -
HSV(B) 1.54º 0.95% 0.97% -
XYZ 38.66 20.27 2.26 -
YUV 86.49 86.54 242.49 -
System Red Green Blue C M Y K H S L
Decimal 247 19 13 0 0.92 0.95 0.03 1.54 0.94 0.51
Hex F7 13 D 0 5C 5F 3 2 5E 33
Octal 367 23 15 0 134 137 3 2 136 63
Binary 11110111 10011 1101 0 1011100 1011111 11 10 1011110 110011

Color Harmonies of #F7130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7130D

Black with #F7130D

Text Example


Text Example

White with #F7130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7130D; }

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

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

background-color css

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

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

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

border-color css

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

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

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