Html Css Color HEX #F0010D Venetian Red

📋 copy color: '#F0010D'

red 240 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #F0010D

Tints of Venetian Red #F0010D

RGB

 RED value IS 240 (94.14% from 255) = 94.49%

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

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

R = 94.49%
G = 0.39%
B = 5.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0010D (or 0xF0010D) is known color: Venetian Red. HEX triplet: F0, 01 and 0D. RGB value is (240,1,13). Sum of RGB (Red+Green+Blue) = 240+1+13=254 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.49% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 240 - color contains mainly: red. Hex color #F0010D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0010D is #0FFEF2. Grayscale: #4A4A4A. Windows color (decimal): -1048307 or 852464. OLE color: 852464.

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

Color convert

RGB 240 1 13 -
CMYK 0 1.00 0.95 0.06
HSL 356.99º 0.99% 0.47% -
HSV(B) 356.99º 1% 0.94% -
XYZ 36.02 18.58 2.07 -
YUV 73.83 93.68 246.52 -
System Red Green Blue C M Y K H S L
Decimal 240 1 13 0 1.00 0.95 0.06 356.99 0.99 0.47
Hex F0 1 D 0 64 5F 6 165 63 2F
Octal 360 1 15 0 144 137 6 545 143 57
Binary 11110000 1 1101 0 1100100 1011111 110 101100101 1100011 101111

Color Harmonies of #F0010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0010D

Black with #F0010D

Text Example


Text Example

White with #F0010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0010D; }

 p { color: rgb(240,1,13); }

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

background-color css

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

 a { background-color: rgb(240,1,13); }

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

border-color css

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

 span { border-color: rgb(240,1,13); }

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