Html Css Color HEX #F1050C Venetian Red

📋 copy color: '#F1050C'

red 241 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #F1050C

Tints of Venetian Red #F1050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 93.41%
G = 1.94%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1050C (or 0xF1050C) is known color: Venetian Red. HEX triplet: F1, 05 and 0C. RGB value is (241,5,12). Sum of RGB (Red+Green+Blue) = 241+5+12=258 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.41% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 241 - color contains mainly: red. Hex color #F1050C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1050C is #0EFAF3. Grayscale: #4C4C4C. Windows color (decimal): -981748 or 787953. OLE color: 787953.

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

Color convert

RGB 241 5 12 -
CMYK 0 0.98 0.95 0.05
HSL 358.22º 0.96% 0.48% -
HSV(B) 358.22º 0.98% 0.95% -
XYZ 36.4 18.84 2.07 -
YUV 76.36 91.69 245.43 -
System Red Green Blue C M Y K H S L
Decimal 241 5 12 0 0.98 0.95 0.05 358.22 0.96 0.48
Hex F1 5 C 0 62 5F 5 166 60 30
Octal 361 5 14 0 142 137 5 546 140 60
Binary 11110001 101 1100 0 1100010 1011111 101 101100110 1100000 110000

Color Harmonies of #F1050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1050C

Black with #F1050C

Text Example


Text Example

White with #F1050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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