Html Css Color HEX #F00103 Venetian Red

📋 copy color: '#F00103'

red 240 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #F00103

Tints of Venetian Red #F00103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 98.36%
G = 0.41%
B = 1.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F00103 (or 0xF00103) is known color: Venetian Red. HEX triplet: F0, 01 and 03. RGB value is (240,1,3). Sum of RGB (Red+Green+Blue) = 240+1+3=244 (32% of max value = 765). Red value is 240 (94.14% from 255 or 98.36% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 240 - color contains mainly: red. Hex color #F00103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00103 is #0FFEFC. Grayscale: #484848. Windows color (decimal): -1048317 or 197104. OLE color: 197104.

HSL color Cylindrical-coordinate representation of color #F00103: hue angle of 359.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 3 -
CMYK 0 1.00 0.99 0.06
HSL 359.5º 0.99% 0.47% -
HSV(B) 359.5º 1% 0.94% -
XYZ 35.96 18.55 1.77 -
YUV 72.69 88.68 247.34 -
System Red Green Blue C M Y K H S L
Decimal 240 1 3 0 1.00 0.99 0.06 359.5 0.99 0.47
Hex F0 1 3 0 64 63 6 167 63 2F
Octal 360 1 3 0 144 143 6 547 143 57
Binary 11110000 1 11 0 1100100 1100011 110 101100111 1100011 101111

Color Harmonies of #F00103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00103

Black with #F00103

Text Example


Text Example

White with #F00103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00103; }

 p { color: rgb(240,1,3); }

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

background-color css

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

 a { background-color: rgb(240,1,3); }

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

border-color css

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

 span { border-color: rgb(240,1,3); }

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