Html Css Color HEX #D9040C Venetian Red

📋 copy color: '#D9040C'

red 217 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #D9040C

Tints of Venetian Red #D9040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.15%

R = 93.13%
G = 1.72%
B = 5.15%

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

#D9040C (or 0xD9040C) is known color: Venetian Red. HEX triplet: D9, 04 and 0C. RGB value is (217,4,12). Sum of RGB (Red+Green+Blue) = 217+4+12=233 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.13% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 217 - color contains mainly: red. Hex color #D9040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9040C is #26FBF3. Grayscale: #444444. Windows color (decimal): -2554868 or 787673. OLE color: 787673.

HSL color Cylindrical-coordinate representation of color #D9040C: hue angle of 357.75º 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 #D9040C is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 4 12 -
CMYK 0 0.98 0.94 0.15
HSL 357.75º 0.96% 0.43% -
HSV(B) 357.75º 0.98% 0.85% -
XYZ 28.73 14.87 1.7 -
YUV 68.6 96.07 233.85 -
System Red Green Blue C M Y K H S L
Decimal 217 4 12 0 0.98 0.94 0.15 357.75 0.96 0.43
Hex D9 4 C 0 62 5E F 166 60 2B
Octal 331 4 14 0 142 136 17 546 140 53
Binary 11011001 100 1100 0 1100010 1011110 1111 101100110 1100000 101011

Color Harmonies of #D9040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9040C

Black with #D9040C

Text Example


Text Example

White with #D9040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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