Html Css Color HEX #F2020D Venetian Red

📋 copy color: '#F2020D'

red 242 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #F2020D

Tints of Venetian Red #F2020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.06%

R = 94.16%
G = 0.78%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2020D (or 0xF2020D) is known color: Venetian Red. HEX triplet: F2, 02 and 0D. RGB value is (242,2,13). Sum of RGB (Red+Green+Blue) = 242+2+13=257 (34% of max value = 765). Red value is 242 (94.92% from 255 or 94.16% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 242 - color contains mainly: red. Hex color #F2020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2020D is #0DFDF2. Grayscale: #4B4B4B. Windows color (decimal): -916979 or 852722. OLE color: 852722.

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

Color convert

RGB 242 2 13 -
CMYK 0 0.99 0.95 0.05
HSL 357.25º 0.98% 0.48% -
HSV(B) 357.25º 0.99% 0.95% -
XYZ 36.71 18.95 2.1 -
YUV 75.01 93.01 247.11 -
System Red Green Blue C M Y K H S L
Decimal 242 2 13 0 0.99 0.95 0.05 357.25 0.98 0.48
Hex F2 2 D 0 63 5F 5 165 62 30
Octal 362 2 15 0 143 137 5 545 142 60
Binary 11110010 10 1101 0 1100011 1011111 101 101100101 1100010 110000

Color Harmonies of #F2020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2020D

Black with #F2020D

Text Example


Text Example

White with #F2020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2020D; }

 p { color: rgb(242,2,13); }

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

background-color css

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

 a { background-color: rgb(242,2,13); }

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

border-color css

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

 span { border-color: rgb(242,2,13); }

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