Html Css Color HEX #F00607 Venetian Red

📋 copy color: '#F00607'

red 240 ◦ green 6 ◦ blue 7

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

Shades of Venetian Red #F00607

Tints of Venetian Red #F00607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.77%

R = 94.86%
G = 2.37%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F00607 (or 0xF00607) is known color: Venetian Red. HEX triplet: F0, 06 and 07. RGB value is (240,6,7). Sum of RGB (Red+Green+Blue) = 240+6+7=253 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.86% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 240 - color contains mainly: red. Hex color #F00607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00607 is #0FF9F8. Grayscale: #4C4C4C. Windows color (decimal): -1047033 or 460528. OLE color: 460528.

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

Color convert

RGB 240 6 7 -
CMYK 0 0.98 0.97 0.06
HSL 359.74º 0.95% 0.48% -
HSV(B) 359.74º 0.98% 0.94% -
XYZ 36.04 18.67 1.91 -
YUV 76.08 89.02 244.92 -
System Red Green Blue C M Y K H S L
Decimal 240 6 7 0 0.98 0.97 0.06 359.74 0.95 0.48
Hex F0 6 7 0 62 61 6 168 5F 30
Octal 360 6 7 0 142 141 6 550 137 60
Binary 11110000 110 111 0 1100010 1100001 110 101101000 1011111 110000

Color Harmonies of #F00607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00607

Black with #F00607

Text Example


Text Example

White with #F00607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00607; }

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

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

background-color css

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

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

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

border-color css

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

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

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