Html Css Color HEX #F1010F Venetian Red

📋 copy color: '#F1010F'

red 241 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #F1010F

Tints of Venetian Red #F1010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 93.77%
G = 0.39%
B = 5.84%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1010F (or 0xF1010F) is known color: Venetian Red. HEX triplet: F1, 01 and 0F. RGB value is (241,1,15). Sum of RGB (Red+Green+Blue) = 241+1+15=257 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.77% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 241 - color contains mainly: red. Hex color #F1010F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1010F is #0EFEF0. Grayscale: #4A4A4A. Windows color (decimal): -982769 or 983537. OLE color: 983537.

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

Color convert

RGB 241 1 15 -
CMYK 0 1.00 0.94 0.05
HSL 356.5º 0.99% 0.47% -
HSV(B) 356.5º 1% 0.95% -
XYZ 36.37 18.76 2.16 -
YUV 74.36 94.51 246.86 -
System Red Green Blue C M Y K H S L
Decimal 241 1 15 0 1.00 0.94 0.05 356.5 0.99 0.47
Hex F1 1 F 0 64 5E 5 164 63 2F
Octal 361 1 17 0 144 136 5 544 143 57
Binary 11110001 1 1111 0 1100100 1011110 101 101100100 1100011 101111

Color Harmonies of #F1010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1010F

Black with #F1010F

Text Example


Text Example

White with #F1010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1010F; }

 p { color: rgb(241,1,15); }

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

background-color css

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

 a { background-color: rgb(241,1,15); }

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

border-color css

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

 span { border-color: rgb(241,1,15); }

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