Html Css Color HEX #F00509 Venetian Red

📋 copy color: '#F00509'

red 240 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #F00509

Tints of Venetian Red #F00509

RGB

 RED value IS 240 (94.14% from 255) = 94.49%

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

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

R = 94.49%
G = 1.97%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F00509 (or 0xF00509) is known color: Venetian Red. HEX triplet: F0, 05 and 09. RGB value is (240,5,9). Sum of RGB (Red+Green+Blue) = 240+5+9=254 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.49% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 240 - color contains mainly: red. Hex color #F00509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00509 is #0FFAF6. Grayscale: #4B4B4B. Windows color (decimal): -1047287 or 591344. OLE color: 591344.

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

Color convert

RGB 240 5 9 -
CMYK 0 0.98 0.96 0.06
HSL 358.98º 0.96% 0.48% -
HSV(B) 358.98º 0.98% 0.94% -
XYZ 36.04 18.65 1.96 -
YUV 75.72 90.36 245.17 -
System Red Green Blue C M Y K H S L
Decimal 240 5 9 0 0.98 0.96 0.06 358.98 0.96 0.48
Hex F0 5 9 0 62 60 6 167 60 30
Octal 360 5 11 0 142 140 6 547 140 60
Binary 11110000 101 1001 0 1100010 1100000 110 101100111 1100000 110000

Color Harmonies of #F00509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00509

Black with #F00509

Text Example


Text Example

White with #F00509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00509; }

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

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

background-color css

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

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

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

border-color css

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

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

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