Html Css Color HEX #F10006 Venetian Red

📋 copy color: '#F10006'

red 241 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #F10006

Tints of Venetian Red #F10006

RGB

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

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

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

R = 97.57%
G = 0%
B = 2.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F10006 (or 0xF10006) is known color: Venetian Red. HEX triplet: F1, 00 and 06. RGB value is (241,0,6). Sum of RGB (Red+Green+Blue) = 241+0+6=247 (32% of max value = 765). Red value is 241 (94.53% from 255 or 97.57% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 241 - color contains mainly: red. Hex color #F10006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10006 is #0EFFF9. Grayscale: #484848. Windows color (decimal): -983034 or 393457. OLE color: 393457.

HSL color Cylindrical-coordinate representation of color #F10006: hue angle of 358.51º 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 #F10006 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 0 6 -
CMYK 0 1 0.98 0.05
HSL 358.51º 1% 0.47% -
HSV(B) 358.51º 1% 0.95% -
XYZ 36.31 18.71 1.87 -
YUV 72.74 90.34 248.01 -
System Red Green Blue C M Y K H S L
Decimal 241 0 6 0 1 0.98 0.05 358.51 1 0.47
Hex F1 0 6 0 64 62 5 167 64 2F
Octal 361 0 6 0 144 142 5 547 144 57
Binary 11110001 0 110 0 1100100 1100010 101 101100111 1100100 101111

Color Harmonies of #F10006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10006

Black with #F10006

Text Example


Text Example

White with #F10006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10006; }

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

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

background-color css

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

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

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

border-color css

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

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

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