Html Css Color HEX #F20003 Venetian Red

📋 copy color: '#F20003'

red 242 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #F20003

Tints of Venetian Red #F20003

RGB

 RED value IS 242 (94.92% from 255) = 98.78%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 98.78%
G = 0%
B = 1.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F20003 (or 0xF20003) is known color: Venetian Red. HEX triplet: F2, 00 and 03. RGB value is (242,0,3). Sum of RGB (Red+Green+Blue) = 242+0+3=245 (32% of max value = 765). Red value is 242 (94.92% from 255 or 98.78% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 242 - color contains mainly: red. Hex color #F20003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20003 is #0DFFFC. Grayscale: #484848. Windows color (decimal): -917501 or 196850. OLE color: 196850.

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

Color convert

RGB 242 0 3 -
CMYK 0 1 0.99 0.05
HSL 359.26º 1% 0.47% -
HSV(B) 359.26º 1% 0.95% -
XYZ 36.63 18.88 1.8 -
YUV 72.7 88.67 248.76 -
System Red Green Blue C M Y K H S L
Decimal 242 0 3 0 1 0.99 0.05 359.26 1 0.47
Hex F2 0 3 0 64 63 5 167 64 2F
Octal 362 0 3 0 144 143 5 547 144 57
Binary 11110010 0 11 0 1100100 1100011 101 101100111 1100100 101111

Color Harmonies of #F20003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20003

Black with #F20003

Text Example


Text Example

White with #F20003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20003; }

 p { color: rgb(242,0,3); }

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

background-color css

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

 a { background-color: rgb(242,0,3); }

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

border-color css

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

 span { border-color: rgb(242,0,3); }

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