Html Css Color HEX #F0040B Venetian Red

📋 copy color: '#F0040B'

red 240 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #F0040B

Tints of Venetian Red #F0040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 11 (4.69% from 255) = 4.31%

R = 94.12%
G = 1.57%
B = 4.31%

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

#F0040B (or 0xF0040B) is known color: Venetian Red. HEX triplet: F0, 04 and 0B. RGB value is (240,4,11). Sum of RGB (Red+Green+Blue) = 240+4+11=255 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.12% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 240 - color contains mainly: red. Hex color #F0040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0040B is #0FFBF4. Grayscale: #4B4B4B. Windows color (decimal): -1047541 or 722160. OLE color: 722160.

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

Color convert

RGB 240 4 11 -
CMYK 0 0.98 0.95 0.06
HSL 358.22º 0.97% 0.48% -
HSV(B) 358.22º 0.98% 0.94% -
XYZ 36.04 18.64 2.01 -
YUV 75.36 91.69 245.43 -
System Red Green Blue C M Y K H S L
Decimal 240 4 11 0 0.98 0.95 0.06 358.22 0.97 0.48
Hex F0 4 B 0 62 5F 6 166 61 30
Octal 360 4 13 0 142 137 6 546 141 60
Binary 11110000 100 1011 0 1100010 1011111 110 101100110 1100001 110000

Color Harmonies of #F0040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0040B

Black with #F0040B

Text Example


Text Example

White with #F0040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0040B; }

 p { color: rgb(240,4,11); }

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

background-color css

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

 a { background-color: rgb(240,4,11); }

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

border-color css

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

 span { border-color: rgb(240,4,11); }

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