Html Css Color HEX #F0090D Venetian Red

📋 copy color: '#F0090D'

red 240 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #F0090D

Tints of Venetian Red #F0090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

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

R = 91.6%
G = 3.44%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0090D (or 0xF0090D) is known color: Venetian Red. HEX triplet: F0, 09 and 0D. RGB value is (240,9,13). Sum of RGB (Red+Green+Blue) = 240+9+13=262 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.60% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 240 - color contains mainly: red. Hex color #F0090D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0090D is #0FF6F2. Grayscale: #4E4E4E. Windows color (decimal): -1046259 or 854512. OLE color: 854512.

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

Color convert

RGB 240 9 13 -
CMYK 0 0.96 0.95 0.06
HSL 358.96º 0.93% 0.49% -
HSV(B) 358.96º 0.96% 0.94% -
XYZ 36.11 18.75 2.1 -
YUV 78.53 91.03 243.17 -
System Red Green Blue C M Y K H S L
Decimal 240 9 13 0 0.96 0.95 0.06 358.96 0.93 0.49
Hex F0 9 D 0 60 5F 6 167 5D 31
Octal 360 11 15 0 140 137 6 547 135 61
Binary 11110000 1001 1101 0 1100000 1011111 110 101100111 1011101 110001

Color Harmonies of #F0090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0090D

Black with #F0090D

Text Example


Text Example

White with #F0090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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