Html Css Color HEX #F1040A Venetian Red

📋 copy color: '#F1040A'

red 241 ◦ green 4 ◦ blue 10

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

Shades of Venetian Red #F1040A

Tints of Venetian Red #F1040A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.92%

R = 94.51%
G = 1.57%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1040A (or 0xF1040A) is known color: Venetian Red. HEX triplet: F1, 04 and 0A. RGB value is (241,4,10). Sum of RGB (Red+Green+Blue) = 241+4+10=255 (33% of max value = 765). Red value is 241 (94.53% from 255 or 94.51% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 241 - color contains mainly: red. Hex color #F1040A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1040A is #0EFBF5. Grayscale: #4B4B4B. Windows color (decimal): -982006 or 656625. OLE color: 656625.

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

Color convert

RGB 241 4 10 -
CMYK 0 0.98 0.96 0.05
HSL 358.48º 0.97% 0.48% -
HSV(B) 358.48º 0.98% 0.95% -
XYZ 36.37 18.81 2 -
YUV 75.55 91.02 246.01 -
System Red Green Blue C M Y K H S L
Decimal 241 4 10 0 0.98 0.96 0.05 358.48 0.97 0.48
Hex F1 4 A 0 62 60 5 166 61 30
Octal 361 4 12 0 142 140 5 546 141 60
Binary 11110001 100 1010 0 1100010 1100000 101 101100110 1100001 110000

Color Harmonies of #F1040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1040A

Black with #F1040A

Text Example


Text Example

White with #F1040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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