Html Css Color HEX #F1000A Venetian Red

📋 copy color: '#F1000A'

red 241 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #F1000A

Tints of Venetian Red #F1000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.02%
G = 0%
B = 3.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F1000A (or 0xF1000A) is known color: Venetian Red. HEX triplet: F1, 00 and 0A. RGB value is (241,0,10). Sum of RGB (Red+Green+Blue) = 241+0+10=251 (33% of max value = 765). Red value is 241 (94.53% from 255 or 96.02% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 241 - color contains mainly: red. Hex color #F1000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1000A is #0EFFF5. Grayscale: #494949. Windows color (decimal): -983030 or 655601. OLE color: 655601.

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

Color convert

RGB 241 0 10 -
CMYK 0 1 0.96 0.05
HSL 357.51º 1% 0.47% -
HSV(B) 357.51º 1% 0.95% -
XYZ 36.33 18.72 1.99 -
YUV 73.2 92.34 247.69 -
System Red Green Blue C M Y K H S L
Decimal 241 0 10 0 1 0.96 0.05 357.51 1 0.47
Hex F1 0 A 0 64 60 5 166 64 2F
Octal 361 0 12 0 144 140 5 546 144 57
Binary 11110001 0 1010 0 1100100 1100000 101 101100110 1100100 101111

Color Harmonies of #F1000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1000A

Black with #F1000A

Text Example


Text Example

White with #F1000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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