Html Css Color HEX #D6040D Venetian Red

📋 copy color: '#D6040D'

red 214 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #D6040D

Tints of Venetian Red #D6040D

RGB

 RED value IS 214 (83.98% from 255) = 92.64%

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

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

R = 92.64%
G = 1.73%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6040D (or 0xD6040D) is known color: Venetian Red. HEX triplet: D6, 04 and 0D. RGB value is (214,4,13). Sum of RGB (Red+Green+Blue) = 214+4+13=231 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.64% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 214 - color contains mainly: red. Hex color #D6040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6040D is #29FBF2. Grayscale: #434343. Windows color (decimal): -2751475 or 853206. OLE color: 853206.

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

Color convert

RGB 214 4 13 -
CMYK 0 0.98 0.94 0.16
HSL 357.43º 0.96% 0.43% -
HSV(B) 357.43º 0.98% 0.84% -
XYZ 27.85 14.41 1.69 -
YUV 67.82 97.07 232.27 -
System Red Green Blue C M Y K H S L
Decimal 214 4 13 0 0.98 0.94 0.16 357.43 0.96 0.43
Hex D6 4 D 0 62 5E 10 165 60 2B
Octal 326 4 15 0 142 136 20 545 140 53
Binary 11010110 100 1101 0 1100010 1011110 10000 101100101 1100000 101011

Color Harmonies of #D6040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6040D

Black with #D6040D

Text Example


Text Example

White with #D6040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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