Html Css Color HEX #D0040C Venetian Red

📋 copy color: '#D0040C'

red 208 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #D0040C

Tints of Venetian Red #D0040C

RGB

 RED value IS 208 (81.64% from 255) = 92.86%

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

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

R = 92.86%
G = 1.79%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0040C (or 0xD0040C) is known color: Venetian Red. HEX triplet: D0, 04 and 0C. RGB value is (208,4,12). Sum of RGB (Red+Green+Blue) = 208+4+12=224 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.86% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 208 - color contains mainly: red. Hex color #D0040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0040C is #2FFBF3. Grayscale: #424242. Windows color (decimal): -3144692 or 787664. OLE color: 787664.

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

Color convert

RGB 208 4 12 -
CMYK 0 0.98 0.94 0.18
HSL 357.65º 0.96% 0.42% -
HSV(B) 357.65º 0.98% 0.82% -
XYZ 26.12 13.52 1.58 -
YUV 65.91 97.59 229.35 -
System Red Green Blue C M Y K H S L
Decimal 208 4 12 0 0.98 0.94 0.18 357.65 0.96 0.42
Hex D0 4 C 0 62 5E 12 166 60 2A
Octal 320 4 14 0 142 136 22 546 140 52
Binary 11010000 100 1100 0 1100010 1011110 10010 101100110 1100000 101010

Color Harmonies of #D0040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0040C

Black with #D0040C

Text Example


Text Example

White with #D0040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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