Html Css Color HEX #F10706 Red

📋 copy color: '#F10706'

red 241 ◦ green 7 ◦ blue 6

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

Shades of Red #F10706

Tints of Red #F10706

RGB

 RED value IS 241 (94.53% from 255) = 94.88%

 GREEN value IS 7 (3.13% from 255) = 2.76%

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 94.88%
G = 2.76%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F10706 (or 0xF10706) is known color: Red. HEX triplet: F1, 07 and 06. RGB value is (241,7,6). Sum of RGB (Red+Green+Blue) = 241+7+6=254 (33% of max value = 765). Red value is 241 (94.53% from 255 or 94.88% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 241 - color contains mainly: red. Hex color #F10706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10706 is #0EF8F9. Grayscale: #4D4D4D. Windows color (decimal): -981242 or 395249. OLE color: 395249.

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

Color convert

RGB 241 7 6 -
CMYK 0 0.97 0.98 0.05
HSL 0.26º 0.95% 0.48% -
HSV(B) 0.26º 0.98% 0.95% -
XYZ 36.38 18.87 1.9 -
YUV 76.85 88.02 245.08 -
System Red Green Blue C M Y K H S L
Decimal 241 7 6 0 0.97 0.98 0.05 0.26 0.95 0.48
Hex F1 7 6 0 61 62 5 0 5F 30
Octal 361 7 6 0 141 142 5 0 137 60
Binary 11110001 111 110 0 1100001 1100010 101 0 1011111 110000

Color Harmonies of #F10706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10706

Black with #F10706

Text Example


Text Example

White with #F10706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10706; }

 p { color: rgb(241,7,6); }

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

background-color css

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

 a { background-color: rgb(241,7,6); }

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

border-color css

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

 span { border-color: rgb(241,7,6); }

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