Html Css Color HEX #F1070D Venetian Red

📋 copy color: '#F1070D'

red 241 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #F1070D

Tints of Venetian Red #F1070D

RGB

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

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

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

R = 92.34%
G = 2.68%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1070D (or 0xF1070D) is known color: Venetian Red. HEX triplet: F1, 07 and 0D. RGB value is (241,7,13). Sum of RGB (Red+Green+Blue) = 241+7+13=261 (34% of max value = 765). Red value is 241 (94.53% from 255 or 92.34% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 241 - color contains mainly: red. Hex color #F1070D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1070D is #0EF8F2. Grayscale: #4D4D4D. Windows color (decimal): -981235 or 854001. OLE color: 854001.

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

Color convert

RGB 241 7 13 -
CMYK 0 0.97 0.95 0.05
HSL 358.46º 0.94% 0.49% -
HSV(B) 358.46º 0.97% 0.95% -
XYZ 36.42 18.88 2.11 -
YUV 77.65 91.52 244.51 -
System Red Green Blue C M Y K H S L
Decimal 241 7 13 0 0.97 0.95 0.05 358.46 0.94 0.49
Hex F1 7 D 0 61 5F 5 166 5E 31
Octal 361 7 15 0 141 137 5 546 136 61
Binary 11110001 111 1101 0 1100001 1011111 101 101100110 1011110 110001

Color Harmonies of #F1070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1070D

Black with #F1070D

Text Example


Text Example

White with #F1070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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