Html Css Color HEX #F1020C Venetian Red

📋 copy color: '#F1020C'

red 241 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #F1020C

Tints of Venetian Red #F1020C

RGB

 RED value IS 241 (94.53% from 255) = 94.51%

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

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

R = 94.51%
G = 0.78%
B = 4.71%

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

#F1020C (or 0xF1020C) is known color: Venetian Red. HEX triplet: F1, 02 and 0C. RGB value is (241,2,12). Sum of RGB (Red+Green+Blue) = 241+2+12=255 (33% of max value = 765). Red value is 241 (94.53% from 255 or 94.51% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 241 - color contains mainly: red. Hex color #F1020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1020C is #0EFDF3. Grayscale: #4A4A4A. Windows color (decimal): -982516 or 787185. OLE color: 787185.

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

Color convert

RGB 241 2 12 -
CMYK 0 0.99 0.95 0.05
HSL 357.49º 0.98% 0.48% -
HSV(B) 357.49º 0.99% 0.95% -
XYZ 36.36 18.77 2.05 -
YUV 74.6 92.68 246.69 -
System Red Green Blue C M Y K H S L
Decimal 241 2 12 0 0.99 0.95 0.05 357.49 0.98 0.48
Hex F1 2 C 0 63 5F 5 165 62 30
Octal 361 2 14 0 143 137 5 545 142 60
Binary 11110001 10 1100 0 1100011 1011111 101 101100101 1100010 110000

Color Harmonies of #F1020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1020C

Black with #F1020C

Text Example


Text Example

White with #F1020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1020C; }

 p { color: rgb(241,2,12); }

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

background-color css

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

 a { background-color: rgb(241,2,12); }

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

border-color css

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

 span { border-color: rgb(241,2,12); }

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