Html Css Color HEX #F10007 Venetian Red

📋 copy color: '#F10007'

red 241 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #F10007

Tints of Venetian Red #F10007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 97.18%
G = 0%
B = 2.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F10007 (or 0xF10007) is known color: Venetian Red. HEX triplet: F1, 00 and 07. RGB value is (241,0,7). Sum of RGB (Red+Green+Blue) = 241+0+7=248 (32% of max value = 765). Red value is 241 (94.53% from 255 or 97.18% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 241 - color contains mainly: red. Hex color #F10007 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10007 is #0EFFF8. Grayscale: #494949. Windows color (decimal): -983033 or 458993. OLE color: 458993.

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

Color convert

RGB 241 0 7 -
CMYK 0 1 0.97 0.05
HSL 358.26º 1% 0.47% -
HSV(B) 358.26º 1% 0.95% -
XYZ 36.31 18.72 1.9 -
YUV 72.86 90.84 247.93 -
System Red Green Blue C M Y K H S L
Decimal 241 0 7 0 1 0.97 0.05 358.26 1 0.47
Hex F1 0 7 0 64 61 5 166 64 2F
Octal 361 0 7 0 144 141 5 546 144 57
Binary 11110001 0 111 0 1100100 1100001 101 101100110 1100100 101111

Color Harmonies of #F10007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10007

Black with #F10007

Text Example


Text Example

White with #F10007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10007; }

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

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

background-color css

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

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

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

border-color css

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

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

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