Html Css Color HEX #F0050D Venetian Red

📋 copy color: '#F0050D'

red 240 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #F0050D

Tints of Venetian Red #F0050D

RGB

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

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

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

R = 93.02%
G = 1.94%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0050D (or 0xF0050D) is known color: Venetian Red. HEX triplet: F0, 05 and 0D. RGB value is (240,5,13). Sum of RGB (Red+Green+Blue) = 240+5+13=258 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.02% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 240 - color contains mainly: red. Hex color #F0050D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0050D is #0FFAF2. Grayscale: #4C4C4C. Windows color (decimal): -1047283 or 853488. OLE color: 853488.

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

Color convert

RGB 240 5 13 -
CMYK 0 0.98 0.95 0.06
HSL 357.96º 0.96% 0.48% -
HSV(B) 357.96º 0.98% 0.94% -
XYZ 36.06 18.66 2.08 -
YUV 76.18 92.36 244.85 -
System Red Green Blue C M Y K H S L
Decimal 240 5 13 0 0.98 0.95 0.06 357.96 0.96 0.48
Hex F0 5 D 0 62 5F 6 166 60 30
Octal 360 5 15 0 142 137 6 546 140 60
Binary 11110000 101 1101 0 1100010 1011111 110 101100110 1100000 110000

Color Harmonies of #F0050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0050D

Black with #F0050D

Text Example


Text Example

White with #F0050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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