Html Css Color HEX #F10509 Venetian Red

📋 copy color: '#F10509'

red 241 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #F10509

Tints of Venetian Red #F10509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

 BLUE value IS 9 (3.91% from 255) = 3.53%

R = 94.51%
G = 1.96%
B = 3.53%

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

#F10509 (or 0xF10509) is known color: Venetian Red. HEX triplet: F1, 05 and 09. RGB value is (241,5,9). Sum of RGB (Red+Green+Blue) = 241+5+9=255 (33% of max value = 765). Red value is 241 (94.53% from 255 or 94.51% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 241 - color contains mainly: red. Hex color #F10509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10509 is #0EFAF6. Grayscale: #4C4C4C. Windows color (decimal): -981751 or 591345. OLE color: 591345.

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

Color convert

RGB 241 5 9 -
CMYK 0 0.98 0.96 0.05
HSL 358.98º 0.96% 0.48% -
HSV(B) 358.98º 0.98% 0.95% -
XYZ 36.38 18.83 1.98 -
YUV 76.02 90.19 245.67 -
System Red Green Blue C M Y K H S L
Decimal 241 5 9 0 0.98 0.96 0.05 358.98 0.96 0.48
Hex F1 5 9 0 62 60 5 167 60 30
Octal 361 5 11 0 142 140 5 547 140 60
Binary 11110001 101 1001 0 1100010 1100000 101 101100111 1100000 110000

Color Harmonies of #F10509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10509

Black with #F10509

Text Example


Text Example

White with #F10509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10509; }

 p { color: rgb(241,5,9); }

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

background-color css

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

 a { background-color: rgb(241,5,9); }

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

border-color css

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

 span { border-color: rgb(241,5,9); }

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