Html Css Color HEX #F2050D Venetian Red

📋 copy color: '#F2050D'

red 242 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #F2050D

Tints of Venetian Red #F2050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 93.08%
G = 1.92%
B = 5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2050D (or 0xF2050D) is known color: Venetian Red. HEX triplet: F2, 05 and 0D. RGB value is (242,5,13). Sum of RGB (Red+Green+Blue) = 242+5+13=260 (34% of max value = 765). Red value is 242 (94.92% from 255 or 93.08% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 242 - color contains mainly: red. Hex color #F2050D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2050D is #0DFAF2. Grayscale: #4C4C4C. Windows color (decimal): -916211 or 853490. OLE color: 853490.

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

Color convert

RGB 242 5 13 -
CMYK 0 0.98 0.95 0.05
HSL 357.97º 0.96% 0.48% -
HSV(B) 357.97º 0.98% 0.95% -
XYZ 36.74 19.01 2.11 -
YUV 76.78 92.02 245.85 -
System Red Green Blue C M Y K H S L
Decimal 242 5 13 0 0.98 0.95 0.05 357.97 0.96 0.48
Hex F2 5 D 0 62 5F 5 166 60 30
Octal 362 5 15 0 142 137 5 546 140 60
Binary 11110010 101 1101 0 1100010 1011111 101 101100110 1100000 110000

Color Harmonies of #F2050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2050D

Black with #F2050D

Text Example


Text Example

White with #F2050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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