Html Css Color HEX #D40911 Venetian Red

📋 copy color: '#D40911'

red 212 ◦ green 9 ◦ blue 17

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

Shades of Venetian Red #D40911

Tints of Venetian Red #D40911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.78%

 BLUE value IS 17 (7.03% from 255) = 7.14%

R = 89.08%
G = 3.78%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D40911 (or 0xD40911) is known color: Venetian Red. HEX triplet: D4, 09 and 11. RGB value is (212,9,17). Sum of RGB (Red+Green+Blue) = 212+9+17=238 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.08% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 212 - color contains mainly: red. Hex color #D40911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40911 is #2BF6EE. Grayscale: #464646. Windows color (decimal): -2881263 or 1116628. OLE color: 1116628.

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

Color convert

RGB 212 9 17 -
CMYK 0 0.96 0.92 0.17
HSL 357.64º 0.92% 0.43% -
HSV(B) 357.64º 0.96% 0.83% -
XYZ 27.35 14.23 1.84 -
YUV 70.61 97.75 228.85 -
System Red Green Blue C M Y K H S L
Decimal 212 9 17 0 0.96 0.92 0.17 357.64 0.92 0.43
Hex D4 9 11 0 60 5C 11 166 5C 2B
Octal 324 11 21 0 140 134 21 546 134 53
Binary 11010100 1001 10001 0 1100000 1011100 10001 101100110 1011100 101011

Color Harmonies of #D40911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40911

Black with #D40911

Text Example


Text Example

White with #D40911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40911; }

 p { color: rgb(212,9,17); }

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

background-color css

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

 a { background-color: rgb(212,9,17); }

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

border-color css

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

 span { border-color: rgb(212,9,17); }

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