Html Css Color HEX #F1030D Venetian Red

📋 copy color: '#F1030D'

red 241 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #F1030D

Tints of Venetian Red #F1030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 93.77%
G = 1.17%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1030D (or 0xF1030D) is known color: Venetian Red. HEX triplet: F1, 03 and 0D. RGB value is (241,3,13). Sum of RGB (Red+Green+Blue) = 241+3+13=257 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.77% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 241 - color contains mainly: red. Hex color #F1030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1030D is #0EFCF2. Grayscale: #4B4B4B. Windows color (decimal): -982259 or 852977. OLE color: 852977.

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

Color convert

RGB 241 3 13 -
CMYK 0 0.99 0.95 0.05
HSL 357.48º 0.98% 0.48% -
HSV(B) 357.48º 0.99% 0.95% -
XYZ 36.38 18.79 2.09 -
YUV 75.3 92.85 246.19 -
System Red Green Blue C M Y K H S L
Decimal 241 3 13 0 0.99 0.95 0.05 357.48 0.98 0.48
Hex F1 3 D 0 63 5F 5 165 62 30
Octal 361 3 15 0 143 137 5 545 142 60
Binary 11110001 11 1101 0 1100011 1011111 101 101100101 1100010 110000

Color Harmonies of #F1030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1030D

Black with #F1030D

Text Example


Text Example

White with #F1030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1030D; }

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

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

background-color css

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

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

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

border-color css

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

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

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