Html Css Color HEX #F10D07 Red

📋 copy color: '#F10D07'

red 241 ◦ green 13 ◦ blue 7

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

Shades of Red #F10D07

Tints of Red #F10D07

RGB

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

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

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

R = 92.34%
G = 4.98%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F10D07 (or 0xF10D07) is known color: Red. HEX triplet: F1, 0D and 07. RGB value is (241,13,7). Sum of RGB (Red+Green+Blue) = 241+13+7=261 (34% of max value = 765). Red value is 241 (94.53% from 255 or 92.34% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10D07 is #0EF2F8. Grayscale: #505050. Windows color (decimal): -979705 or 462321. OLE color: 462321.

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

Color convert

RGB 241 13 7 -
CMYK 0 0.95 0.97 0.05
HSL 1.54º 0.94% 0.49% -
HSV(B) 1.54º 0.97% 0.95% -
XYZ 36.46 19 1.95 -
YUV 80.49 86.54 242.49 -
System Red Green Blue C M Y K H S L
Decimal 241 13 7 0 0.95 0.97 0.05 1.54 0.94 0.49
Hex F1 D 7 0 5F 61 5 2 5E 31
Octal 361 15 7 0 137 141 5 2 136 61
Binary 11110001 1101 111 0 1011111 1100001 101 10 1011110 110001

Color Harmonies of #F10D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10D07

Black with #F10D07

Text Example


Text Example

White with #F10D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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