Html Css Color HEX #D40108 Venetian Red

📋 copy color: '#D40108'

red 212 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #D40108

Tints of Venetian Red #D40108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.62%

R = 95.93%
G = 0.45%
B = 3.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D40108 (or 0xD40108) is known color: Venetian Red. HEX triplet: D4, 01 and 08. RGB value is (212,1,8). Sum of RGB (Red+Green+Blue) = 212+1+8=221 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.93% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 212 - color contains mainly: red. Hex color #D40108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40108 is #2BFEF7. Grayscale: #414141. Windows color (decimal): -2883320 or 524756. OLE color: 524756.

HSL color Cylindrical-coordinate representation of color #D40108: hue angle of 358.01º 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 #D40108 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 1 8 -
CMYK 0 1.00 0.96 0.17
HSL 358.01º 0.99% 0.42% -
HSV(B) 358.01º 1% 0.83% -
XYZ 27.21 14.04 1.51 -
YUV 64.89 95.9 232.93 -
System Red Green Blue C M Y K H S L
Decimal 212 1 8 0 1.00 0.96 0.17 358.01 0.99 0.42
Hex D4 1 8 0 64 60 11 166 63 2A
Octal 324 1 10 0 144 140 21 546 143 52
Binary 11010100 1 1000 0 1100100 1100000 10001 101100110 1100011 101010

Color Harmonies of #D40108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40108

Black with #D40108

Text Example


Text Example

White with #D40108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40108; }

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

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

background-color css

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

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

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

border-color css

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

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

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