Html Css Color HEX #F70C0B Red

📋 copy color: '#F70C0B'

red 247 ◦ green 12 ◦ blue 11

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

Shades of Red #F70C0B

Tints of Red #F70C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.44%

 BLUE value IS 11 (4.69% from 255) = 4.07%

R = 91.48%
G = 4.44%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F70C0B (or 0xF70C0B) is known color: Red. HEX triplet: F7, 0C and 0B. RGB value is (247,12,11). Sum of RGB (Red+Green+Blue) = 247+12+11=270 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.48% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70C0B is #08F3F4. Grayscale: #525252. Windows color (decimal): -586741 or 724215. OLE color: 724215.

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

Color convert

RGB 247 12 11 -
CMYK 0 0.95 0.96 0.03
HSL 0.25º 0.94% 0.51% -
HSV(B) 0.25º 0.96% 0.97% -
XYZ 38.55 20.06 2.16 -
YUV 82.15 87.86 245.58 -
System Red Green Blue C M Y K H S L
Decimal 247 12 11 0 0.95 0.96 0.03 0.25 0.94 0.51
Hex F7 C B 0 5F 60 3 0 5E 33
Octal 367 14 13 0 137 140 3 0 136 63
Binary 11110111 1100 1011 0 1011111 1100000 11 0 1011110 110011

Color Harmonies of #F70C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70C0B

Black with #F70C0B

Text Example


Text Example

White with #F70C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70C0B; }

 p { color: rgb(247,12,11); }

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

background-color css

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

 a { background-color: rgb(247,12,11); }

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

border-color css

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

 span { border-color: rgb(247,12,11); }

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