Html Css Color HEX #D9040D Venetian Red

📋 copy color: '#D9040D'

red 217 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #D9040D

Tints of Venetian Red #D9040D

RGB

 RED value IS 217 (85.16% from 255) = 92.74%

 GREEN value IS 4 (1.95% from 255) = 1.71%

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

R = 92.74%
G = 1.71%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9040D (or 0xD9040D) is known color: Venetian Red. HEX triplet: D9, 04 and 0D. RGB value is (217,4,13). Sum of RGB (Red+Green+Blue) = 217+4+13=234 (30% of max value = 765). Red value is 217 (85.16% from 255 or 92.74% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 217 - color contains mainly: red. Hex color #D9040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9040D is #26FBF2. Grayscale: #444444. Windows color (decimal): -2554867 or 853209. OLE color: 853209.

HSL color Cylindrical-coordinate representation of color #D9040D: hue angle of 357.46º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9040D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 4 13 -
CMYK 0 0.98 0.94 0.15
HSL 357.46º 0.96% 0.43% -
HSV(B) 357.46º 0.98% 0.85% -
XYZ 28.73 14.87 1.74 -
YUV 68.71 96.57 233.77 -
System Red Green Blue C M Y K H S L
Decimal 217 4 13 0 0.98 0.94 0.15 357.46 0.96 0.43
Hex D9 4 D 0 62 5E F 165 60 2B
Octal 331 4 15 0 142 136 17 545 140 53
Binary 11011001 100 1101 0 1100010 1011110 1111 101100101 1100000 101011

Color Harmonies of #D9040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9040D

Black with #D9040D

Text Example


Text Example

White with #D9040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9040D; }

 p { color: rgb(217,4,13); }

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

background-color css

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

 a { background-color: rgb(217,4,13); }

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

border-color css

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

 span { border-color: rgb(217,4,13); }

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