Html Css Color HEX #F70D07 Red

📋 copy color: '#F70D07'

red 247 ◦ green 13 ◦ blue 7

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

Shades of Red #F70D07

Tints of Red #F70D07

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

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

R = 92.51%
G = 4.87%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F70D07 (or 0xF70D07) is known color: Red. HEX triplet: F7, 0D and 07. RGB value is (247,13,7). Sum of RGB (Red+Green+Blue) = 247+13+7=267 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.51% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70D07 is #08F2F8. Grayscale: #525252. Windows color (decimal): -586489 or 462327. OLE color: 462327.

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

Color convert

RGB 247 13 7 -
CMYK 0 0.95 0.97 0.03
HSL 1.5º 0.94% 0.5% -
HSV(B) 1.5º 0.97% 0.97% -
XYZ 38.54 20.08 2.05 -
YUV 82.28 85.52 245.49 -
System Red Green Blue C M Y K H S L
Decimal 247 13 7 0 0.95 0.97 0.03 1.5 0.94 0.5
Hex F7 D 7 0 5F 61 3 2 5E 32
Octal 367 15 7 0 137 141 3 2 136 62
Binary 11110111 1101 111 0 1011111 1100001 11 10 1011110 110010

Color Harmonies of #F70D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70D07

Black with #F70D07

Text Example


Text Example

White with #F70D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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