Html Css Color HEX #F1010D Venetian Red

📋 copy color: '#F1010D'

red 241 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #F1010D

Tints of Venetian Red #F1010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.1%

R = 94.51%
G = 0.39%
B = 5.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1010D (or 0xF1010D) is known color: Venetian Red. HEX triplet: F1, 01 and 0D. RGB value is (241,1,13). Sum of RGB (Red+Green+Blue) = 241+1+13=255 (33% of max value = 765). Red value is 241 (94.53% from 255 or 94.51% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 241 - color contains mainly: red. Hex color #F1010D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1010D is #0EFEF2. Grayscale: #4A4A4A. Windows color (decimal): -982771 or 852465. OLE color: 852465.

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

Color convert

RGB 241 1 13 -
CMYK 0 1.00 0.95 0.05
HSL 357º 0.99% 0.47% -
HSV(B) 357º 1% 0.95% -
XYZ 36.36 18.75 2.08 -
YUV 74.13 93.51 247.02 -
System Red Green Blue C M Y K H S L
Decimal 241 1 13 0 1.00 0.95 0.05 357 0.99 0.47
Hex F1 1 D 0 64 5F 5 165 63 2F
Octal 361 1 15 0 144 137 5 545 143 57
Binary 11110001 1 1101 0 1100100 1011111 101 101100101 1100011 101111

Color Harmonies of #F1010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1010D

Black with #F1010D

Text Example


Text Example

White with #F1010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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