Html Css Color HEX #F1070E Venetian Red

📋 copy color: '#F1070E'

red 241 ◦ green 7 ◦ blue 14

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

Shades of Venetian Red #F1070E

Tints of Venetian Red #F1070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

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

R = 91.98%
G = 2.67%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1070E (or 0xF1070E) is known color: Venetian Red. HEX triplet: F1, 07 and 0E. RGB value is (241,7,14). Sum of RGB (Red+Green+Blue) = 241+7+14=262 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.98% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 241 - color contains mainly: red. Hex color #F1070E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1070E is #0EF8F1. Grayscale: #4D4D4D. Windows color (decimal): -981234 or 919537. OLE color: 919537.

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

Color convert

RGB 241 7 14 -
CMYK 0 0.97 0.94 0.05
HSL 358.21º 0.94% 0.49% -
HSV(B) 358.21º 0.97% 0.95% -
XYZ 36.43 18.88 2.14 -
YUV 77.76 92.02 244.43 -
System Red Green Blue C M Y K H S L
Decimal 241 7 14 0 0.97 0.94 0.05 358.21 0.94 0.49
Hex F1 7 E 0 61 5E 5 166 5E 31
Octal 361 7 16 0 141 136 5 546 136 61
Binary 11110001 111 1110 0 1100001 1011110 101 101100110 1011110 110001

Color Harmonies of #F1070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1070E

Black with #F1070E

Text Example


Text Example

White with #F1070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1070E; }

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

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

background-color css

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

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

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

border-color css

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

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

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