Html Css Color HEX #F2040C Venetian Red

📋 copy color: '#F2040C'

red 242 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #F2040C

Tints of Venetian Red #F2040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.55%

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 93.8%
G = 1.55%
B = 4.65%

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

#F2040C (or 0xF2040C) is known color: Venetian Red. HEX triplet: F2, 04 and 0C. RGB value is (242,4,12). Sum of RGB (Red+Green+Blue) = 242+4+12=258 (34% of max value = 765). Red value is 242 (94.92% from 255 or 93.80% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 242 - color contains mainly: red. Hex color #F2040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2040C is #0DFBF3. Grayscale: #4C4C4C. Windows color (decimal): -916468 or 787698. OLE color: 787698.

HSL color Cylindrical-coordinate representation of color #F2040C: hue angle of 357.98º degrees, saturation: 0.97, 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 #F2040C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 4 12 -
CMYK 0 0.98 0.95 0.05
HSL 357.98º 0.97% 0.48% -
HSV(B) 357.98º 0.98% 0.95% -
XYZ 36.73 18.99 2.08 -
YUV 76.07 91.85 246.35 -
System Red Green Blue C M Y K H S L
Decimal 242 4 12 0 0.98 0.95 0.05 357.98 0.97 0.48
Hex F2 4 C 0 62 5F 5 166 61 30
Octal 362 4 14 0 142 137 5 546 141 60
Binary 11110010 100 1100 0 1100010 1011111 101 101100110 1100001 110000

Color Harmonies of #F2040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2040C

Black with #F2040C

Text Example


Text Example

White with #F2040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2040C; }

 p { color: rgb(242,4,12); }

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

background-color css

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

 a { background-color: rgb(242,4,12); }

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

border-color css

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

 span { border-color: rgb(242,4,12); }

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