Html Css Color HEX #D40F10 Venetian Red

📋 copy color: '#D40F10'

red 212 ◦ green 15 ◦ blue 16

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

Shades of Venetian Red #D40F10

Tints of Venetian Red #D40F10

RGB

 RED value IS 212 (83.2% from 255) = 87.24%

 GREEN value IS 15 (6.25% from 255) = 6.17%

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 87.24%
G = 6.17%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D40F10 (or 0xD40F10) is known color: Venetian Red. HEX triplet: D4, 0F and 10. RGB value is (212,15,16). Sum of RGB (Red+Green+Blue) = 212+15+16=243 (32% of max value = 765). Red value is 212 (83.20% from 255 or 87.24% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40F10 is #2BF0EF. Grayscale: #4A4A4A. Windows color (decimal): -2879728 or 1052628. OLE color: 1052628.

HSL color Cylindrical-coordinate representation of color #D40F10: hue angle of 359.7º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40F10 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 15 16 -
CMYK 0 0.93 0.92 0.17
HSL 359.7º 0.87% 0.45% -
HSV(B) 359.7º 0.93% 0.83% -
XYZ 27.42 14.38 1.82 -
YUV 74.02 95.27 226.42 -
System Red Green Blue C M Y K H S L
Decimal 212 15 16 0 0.93 0.92 0.17 359.7 0.87 0.45
Hex D4 F 10 0 5D 5C 11 168 57 2D
Octal 324 17 20 0 135 134 21 550 127 55
Binary 11010100 1111 10000 0 1011101 1011100 10001 101101000 1010111 101101

Color Harmonies of #D40F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40F10

Black with #D40F10

Text Example


Text Example

White with #D40F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40F10; }

 p { color: rgb(212,15,16); }

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

background-color css

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

 a { background-color: rgb(212,15,16); }

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

border-color css

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

 span { border-color: rgb(212,15,16); }

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