Html Css Color HEX #F60308 Venetian Red

📋 copy color: '#F60308'

red 246 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #F60308

Tints of Venetian Red #F60308

RGB

 RED value IS 246 (96.48% from 255) = 95.72%

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 8 (3.52% from 255) = 3.11%

R = 95.72%
G = 1.17%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F60308 (or 0xF60308) is known color: Venetian Red. HEX triplet: F6, 03 and 08. RGB value is (246,3,8). Sum of RGB (Red+Green+Blue) = 246+3+8=257 (34% of max value = 765). Red value is 246 (96.48% from 255 or 95.72% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 246 - color contains mainly: red. Hex color #F60308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60308 is #09FCF7. Grayscale: #4C4C4C. Windows color (decimal): -654584 or 525302. OLE color: 525302.

HSL color Cylindrical-coordinate representation of color #F60308: hue angle of 358.77º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60308 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 3 8 -
CMYK 0 0.99 0.97 0.04
HSL 358.77º 0.98% 0.49% -
HSV(B) 358.77º 0.99% 0.96% -
XYZ 38.08 19.68 2.02 -
YUV 76.23 89.51 249.09 -
System Red Green Blue C M Y K H S L
Decimal 246 3 8 0 0.99 0.97 0.04 358.77 0.98 0.49
Hex F6 3 8 0 63 61 4 167 62 31
Octal 366 3 10 0 143 141 4 547 142 61
Binary 11110110 11 1000 0 1100011 1100001 100 101100111 1100010 110001

Color Harmonies of #F60308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60308

Black with #F60308

Text Example


Text Example

White with #F60308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60308; }

 p { color: rgb(246,3,8); }

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

background-color css

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

 a { background-color: rgb(246,3,8); }

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

border-color css

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

 span { border-color: rgb(246,3,8); }

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