Html Css Color HEX #F1050E Venetian Red

📋 copy color: '#F1050E'

red 241 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #F1050E

Tints of Venetian Red #F1050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 14 (5.86% from 255) = 5.38%

R = 92.69%
G = 1.92%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1050E (or 0xF1050E) is known color: Venetian Red. HEX triplet: F1, 05 and 0E. RGB value is (241,5,14). Sum of RGB (Red+Green+Blue) = 241+5+14=260 (34% of max value = 765). Red value is 241 (94.53% from 255 or 92.69% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 241 - color contains mainly: red. Hex color #F1050E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1050E is #0EFAF1. Grayscale: #4C4C4C. Windows color (decimal): -981746 or 919025. OLE color: 919025.

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

Color convert

RGB 241 5 14 -
CMYK 0 0.98 0.94 0.05
HSL 357.71º 0.96% 0.48% -
HSV(B) 357.71º 0.98% 0.95% -
XYZ 36.41 18.84 2.13 -
YUV 76.59 92.69 245.27 -
System Red Green Blue C M Y K H S L
Decimal 241 5 14 0 0.98 0.94 0.05 357.71 0.96 0.48
Hex F1 5 E 0 62 5E 5 166 60 30
Octal 361 5 16 0 142 136 5 546 140 60
Binary 11110001 101 1110 0 1100010 1011110 101 101100110 1100000 110000

Color Harmonies of #F1050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1050E

Black with #F1050E

Text Example


Text Example

White with #F1050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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