Html Css Color HEX #F1040D Venetian Red

📋 copy color: '#F1040D'

red 241 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #F1040D

Tints of Venetian Red #F1040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.55%

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

R = 93.41%
G = 1.55%
B = 5.04%

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

#F1040D (or 0xF1040D) is known color: Venetian Red. HEX triplet: F1, 04 and 0D. RGB value is (241,4,13). Sum of RGB (Red+Green+Blue) = 241+4+13=258 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.41% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 241 - color contains mainly: red. Hex color #F1040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1040D is #0EFBF2. Grayscale: #4C4C4C. Windows color (decimal): -982003 or 853233. OLE color: 853233.

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

Color convert

RGB 241 4 13 -
CMYK 0 0.98 0.95 0.05
HSL 357.72º 0.97% 0.48% -
HSV(B) 357.72º 0.98% 0.95% -
XYZ 36.39 18.82 2.09 -
YUV 75.89 92.52 245.77 -
System Red Green Blue C M Y K H S L
Decimal 241 4 13 0 0.98 0.95 0.05 357.72 0.97 0.48
Hex F1 4 D 0 62 5F 5 166 61 30
Octal 361 4 15 0 142 137 5 546 141 60
Binary 11110001 100 1101 0 1100010 1011111 101 101100110 1100001 110000

Color Harmonies of #F1040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1040D

Black with #F1040D

Text Example


Text Example

White with #F1040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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