Html Css Color HEX #F2010C Venetian Red

📋 copy color: '#F2010C'

red 242 ◦ green 1 ◦ blue 12

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

Shades of Venetian Red #F2010C

Tints of Venetian Red #F2010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 94.9%
G = 0.39%
B = 4.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2010C (or 0xF2010C) is known color: Venetian Red. HEX triplet: F2, 01 and 0C. RGB value is (242,1,12). Sum of RGB (Red+Green+Blue) = 242+1+12=255 (33% of max value = 765). Red value is 242 (94.92% from 255 or 94.90% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 242 - color contains mainly: red. Hex color #F2010C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2010C is #0DFEF3. Grayscale: #4A4A4A. Windows color (decimal): -917236 or 786930. OLE color: 786930.

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

Color convert

RGB 242 1 12 -
CMYK 0 1.00 0.95 0.05
HSL 357.26º 0.99% 0.48% -
HSV(B) 357.26º 1% 0.95% -
XYZ 36.7 18.93 2.07 -
YUV 74.31 92.84 247.61 -
System Red Green Blue C M Y K H S L
Decimal 242 1 12 0 1.00 0.95 0.05 357.26 0.99 0.48
Hex F2 1 C 0 64 5F 5 165 63 30
Octal 362 1 14 0 144 137 5 545 143 60
Binary 11110010 1 1100 0 1100100 1011111 101 101100101 1100011 110000

Color Harmonies of #F2010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2010C

Black with #F2010C

Text Example


Text Example

White with #F2010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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