Html Css Color HEX #F00203 Venetian Red

📋 copy color: '#F00203'

red 240 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #F00203

Tints of Venetian Red #F00203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 97.96%
G = 0.82%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F00203 (or 0xF00203) is known color: Venetian Red. HEX triplet: F0, 02 and 03. RGB value is (240,2,3). Sum of RGB (Red+Green+Blue) = 240+2+3=245 (32% of max value = 765). Red value is 240 (94.14% from 255 or 97.96% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 240 - color contains mainly: red. Hex color #F00203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00203 is #0FFDFC. Grayscale: #494949. Windows color (decimal): -1048061 or 197360. OLE color: 197360.

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

Color convert

RGB 240 2 3 -
CMYK 0 0.99 0.99 0.06
HSL 359.75º 0.98% 0.47% -
HSV(B) 359.75º 0.99% 0.94% -
XYZ 35.97 18.58 1.78 -
YUV 73.28 88.35 246.92 -
System Red Green Blue C M Y K H S L
Decimal 240 2 3 0 0.99 0.99 0.06 359.75 0.98 0.47
Hex F0 2 3 0 63 63 6 168 62 2F
Octal 360 2 3 0 143 143 6 550 142 57
Binary 11110000 10 11 0 1100011 1100011 110 101101000 1100010 101111

Color Harmonies of #F00203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00203

Black with #F00203

Text Example


Text Example

White with #F00203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00203; }

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

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

background-color css

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

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

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

border-color css

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

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

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