Html Css Color HEX #F1060D Venetian Red

📋 copy color: '#F1060D'

red 241 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #F1060D

Tints of Venetian Red #F1060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

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

R = 92.69%
G = 2.31%
B = 5%

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

#F1060D (or 0xF1060D) is known color: Venetian Red. HEX triplet: F1, 06 and 0D. RGB value is (241,6,13). Sum of RGB (Red+Green+Blue) = 241+6+13=260 (34% of max value = 765). Red value is 241 (94.53% from 255 or 92.69% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 241 - color contains mainly: red. Hex color #F1060D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1060D is #0EF9F2. Grayscale: #4D4D4D. Windows color (decimal): -981491 or 853745. OLE color: 853745.

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

Color convert

RGB 241 6 13 -
CMYK 0 0.98 0.95 0.05
HSL 358.21º 0.95% 0.48% -
HSV(B) 358.21º 0.98% 0.95% -
XYZ 36.41 18.86 2.1 -
YUV 77.06 91.86 244.93 -
System Red Green Blue C M Y K H S L
Decimal 241 6 13 0 0.98 0.95 0.05 358.21 0.95 0.48
Hex F1 6 D 0 62 5F 5 166 5F 30
Octal 361 6 15 0 142 137 5 546 137 60
Binary 11110001 110 1101 0 1100010 1011111 101 101100110 1011111 110000

Color Harmonies of #F1060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1060D

Black with #F1060D

Text Example


Text Example

White with #F1060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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