Html Css Color HEX #F1090D Venetian Red

📋 copy color: '#F1090D'

red 241 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #F1090D

Tints of Venetian Red #F1090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.42%

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

R = 91.63%
G = 3.42%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1090D (or 0xF1090D) is known color: Venetian Red. HEX triplet: F1, 09 and 0D. RGB value is (241,9,13). Sum of RGB (Red+Green+Blue) = 241+9+13=263 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.63% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 241 - color contains mainly: red. Hex color #F1090D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1090D is #0EF6F2. Grayscale: #4F4F4F. Windows color (decimal): -980723 or 854513. OLE color: 854513.

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

Color convert

RGB 241 9 13 -
CMYK 0 0.96 0.95 0.05
HSL 358.97º 0.93% 0.49% -
HSV(B) 358.97º 0.96% 0.95% -
XYZ 36.45 18.93 2.11 -
YUV 78.82 90.86 243.67 -
System Red Green Blue C M Y K H S L
Decimal 241 9 13 0 0.96 0.95 0.05 358.97 0.93 0.49
Hex F1 9 D 0 60 5F 5 167 5D 31
Octal 361 11 15 0 140 137 5 547 135 61
Binary 11110001 1001 1101 0 1100000 1011111 101 101100111 1011101 110001

Color Harmonies of #F1090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1090D

Black with #F1090D

Text Example


Text Example

White with #F1090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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