Html Css Color HEX #F0000E Venetian Red

📋 copy color: '#F0000E'

red 240 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #F0000E

Tints of Venetian Red #F0000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.51%

R = 94.49%
G = 0%
B = 5.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0000E (or 0xF0000E) is known color: Venetian Red. HEX triplet: F0, 00 and 0E. RGB value is (240,0,14). Sum of RGB (Red+Green+Blue) = 240+0+14=254 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.49% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 240 - color contains mainly: red. Hex color #F0000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0000E is #0FFFF1. Grayscale: #494949. Windows color (decimal): -1048562 or 917744. OLE color: 917744.

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

Color convert

RGB 240 0 14 -
CMYK 0 1 0.94 0.06
HSL 356.5º 1% 0.47% -
HSV(B) 356.5º 1% 0.94% -
XYZ 36.01 18.56 2.1 -
YUV 73.36 94.51 246.86 -
System Red Green Blue C M Y K H S L
Decimal 240 0 14 0 1 0.94 0.06 356.5 1 0.47
Hex F0 0 E 0 64 5E 6 164 64 2F
Octal 360 0 16 0 144 136 6 544 144 57
Binary 11110000 0 1110 0 1100100 1011110 110 101100100 1100100 101111

Color Harmonies of #F0000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0000E

Black with #F0000E

Text Example


Text Example

White with #F0000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0000E; }

 p { color: rgb(240,0,14); }

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

background-color css

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

 a { background-color: rgb(240,0,14); }

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

border-color css

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

 span { border-color: rgb(240,0,14); }

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