Html Css Color HEX #D40110 Venetian Red

📋 copy color: '#D40110'

red 212 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #D40110

Tints of Venetian Red #D40110

RGB

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

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

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

R = 92.58%
G = 0.44%
B = 6.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D40110 (or 0xD40110) is known color: Venetian Red. HEX triplet: D4, 01 and 10. RGB value is (212,1,16). Sum of RGB (Red+Green+Blue) = 212+1+16=229 (30% of max value = 765). Red value is 212 (83.20% from 255 or 92.58% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 212 - color contains mainly: red. Hex color #D40110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40110 is #2BFEEF. Grayscale: #414141. Windows color (decimal): -2883312 or 1049044. OLE color: 1049044.

HSL color Cylindrical-coordinate representation of color #D40110: hue angle of 355.73º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40110 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 1 16 -
CMYK 0 1.00 0.92 0.17
HSL 355.73º 0.99% 0.42% -
HSV(B) 355.73º 1% 0.83% -
XYZ 27.26 14.06 1.77 -
YUV 65.8 99.9 232.28 -
System Red Green Blue C M Y K H S L
Decimal 212 1 16 0 1.00 0.92 0.17 355.73 0.99 0.42
Hex D4 1 10 0 64 5C 11 164 63 2A
Octal 324 1 20 0 144 134 21 544 143 52
Binary 11010100 1 10000 0 1100100 1011100 10001 101100100 1100011 101010

Color Harmonies of #D40110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40110

Black with #D40110

Text Example


Text Example

White with #D40110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40110; }

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

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

background-color css

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

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

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

border-color css

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

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

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