Html Css Color HEX #F1020D Venetian Red

📋 copy color: '#F1020D'

red 241 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #F1020D

Tints of Venetian Red #F1020D

RGB

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

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

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

R = 94.14%
G = 0.78%
B = 5.08%

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

#F1020D (or 0xF1020D) is known color: Venetian Red. HEX triplet: F1, 02 and 0D. RGB value is (241,2,13). Sum of RGB (Red+Green+Blue) = 241+2+13=256 (33% of max value = 765). Red value is 241 (94.53% from 255 or 94.14% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 241 - color contains mainly: red. Hex color #F1020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1020D is #0EFDF2. Grayscale: #4A4A4A. Windows color (decimal): -982515 or 852721. OLE color: 852721.

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

Color convert

RGB 241 2 13 -
CMYK 0 0.99 0.95 0.05
HSL 357.24º 0.98% 0.48% -
HSV(B) 357.24º 0.99% 0.95% -
XYZ 36.37 18.77 2.09 -
YUV 74.72 93.18 246.61 -
System Red Green Blue C M Y K H S L
Decimal 241 2 13 0 0.99 0.95 0.05 357.24 0.98 0.48
Hex F1 2 D 0 63 5F 5 165 62 30
Octal 361 2 15 0 143 137 5 545 142 60
Binary 11110001 10 1101 0 1100011 1011111 101 101100101 1100010 110000

Color Harmonies of #F1020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1020D

Black with #F1020D

Text Example


Text Example

White with #F1020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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