Html Css Color HEX #F0060D Venetian Red

📋 copy color: '#F0060D'

red 240 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #F0060D

Tints of Venetian Red #F0060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.32%

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

R = 92.66%
G = 2.32%
B = 5.02%

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

#F0060D (or 0xF0060D) is known color: Venetian Red. HEX triplet: F0, 06 and 0D. RGB value is (240,6,13). Sum of RGB (Red+Green+Blue) = 240+6+13=259 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.66% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 240 - color contains mainly: red. Hex color #F0060D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0060D is #0FF9F2. Grayscale: #4C4C4C. Windows color (decimal): -1047027 or 853744. OLE color: 853744.

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

Color convert

RGB 240 6 13 -
CMYK 0 0.98 0.95 0.06
HSL 358.21º 0.95% 0.48% -
HSV(B) 358.21º 0.98% 0.94% -
XYZ 36.07 18.68 2.09 -
YUV 76.76 92.02 244.43 -
System Red Green Blue C M Y K H S L
Decimal 240 6 13 0 0.98 0.95 0.06 358.21 0.95 0.48
Hex F0 6 D 0 62 5F 6 166 5F 30
Octal 360 6 15 0 142 137 6 546 137 60
Binary 11110000 110 1101 0 1100010 1011111 110 101100110 1011111 110000

Color Harmonies of #F0060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0060D

Black with #F0060D

Text Example


Text Example

White with #F0060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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