Html Css Color HEX #F10205 Venetian Red

📋 copy color: '#F10205'

red 241 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #F10205

Tints of Venetian Red #F10205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 97.18%
G = 0.81%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F10205 (or 0xF10205) is known color: Venetian Red. HEX triplet: F1, 02 and 05. RGB value is (241,2,5). Sum of RGB (Red+Green+Blue) = 241+2+5=248 (32% of max value = 765). Red value is 241 (94.53% from 255 or 97.18% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 241 - color contains mainly: red. Hex color #F10205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10205 is #0EFDFA. Grayscale: #4A4A4A. Windows color (decimal): -982523 or 328433. OLE color: 328433.

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

Color convert

RGB 241 2 5 -
CMYK 0 0.99 0.98 0.05
HSL 359.25º 0.98% 0.48% -
HSV(B) 359.25º 0.99% 0.95% -
XYZ 36.32 18.76 1.85 -
YUV 73.8 89.18 247.26 -
System Red Green Blue C M Y K H S L
Decimal 241 2 5 0 0.99 0.98 0.05 359.25 0.98 0.48
Hex F1 2 5 0 63 62 5 167 62 30
Octal 361 2 5 0 143 142 5 547 142 60
Binary 11110001 10 101 0 1100011 1100010 101 101100111 1100010 110000

Color Harmonies of #F10205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10205

Black with #F10205

Text Example


Text Example

White with #F10205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10205; }

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

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

background-color css

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

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

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

border-color css

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

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

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