Html Css Color HEX #F10005 Venetian Red

📋 copy color: '#F10005'

red 241 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #F10005

Tints of Venetian Red #F10005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.03%

R = 97.97%
G = 0%
B = 2.03%

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

#F10005 (or 0xF10005) is known color: Venetian Red. HEX triplet: F1, 00 and 05. RGB value is (241,0,5). Sum of RGB (Red+Green+Blue) = 241+0+5=246 (32% of max value = 765). Red value is 241 (94.53% from 255 or 97.97% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 241 - color contains mainly: red. Hex color #F10005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10005 is #0EFFFA. Grayscale: #484848. Windows color (decimal): -983035 or 327921. OLE color: 327921.

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

Color convert

RGB 241 0 5 -
CMYK 0 1 0.98 0.05
HSL 358.76º 1% 0.47% -
HSV(B) 358.76º 1% 0.95% -
XYZ 36.3 18.71 1.84 -
YUV 72.63 89.84 248.09 -
System Red Green Blue C M Y K H S L
Decimal 241 0 5 0 1 0.98 0.05 358.76 1 0.47
Hex F1 0 5 0 64 62 5 167 64 2F
Octal 361 0 5 0 144 142 5 547 144 57
Binary 11110001 0 101 0 1100100 1100010 101 101100111 1100100 101111

Color Harmonies of #F10005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10005

Black with #F10005

Text Example


Text Example

White with #F10005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10005; }

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

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

background-color css

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

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

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

border-color css

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

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

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