Html Css Color HEX #D40A0D Venetian Red

📋 copy color: '#D40A0D'

red 212 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #D40A0D

Tints of Venetian Red #D40A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.26%

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

R = 90.21%
G = 4.26%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D40A0D (or 0xD40A0D) is known color: Venetian Red. HEX triplet: D4, 0A and 0D. RGB value is (212,10,13). Sum of RGB (Red+Green+Blue) = 212+10+13=235 (31% of max value = 765). Red value is 212 (83.20% from 255 or 90.21% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40A0D is #2BF5F2. Grayscale: #464646. Windows color (decimal): -2881011 or 854740. OLE color: 854740.

HSL color Cylindrical-coordinate representation of color #D40A0D: hue angle of 359.11º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40A0D is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 10 13 -
CMYK 0 0.95 0.94 0.17
HSL 359.11º 0.91% 0.44% -
HSV(B) 359.11º 0.95% 0.83% -
XYZ 27.33 14.24 1.69 -
YUV 70.74 95.42 228.76 -
System Red Green Blue C M Y K H S L
Decimal 212 10 13 0 0.95 0.94 0.17 359.11 0.91 0.44
Hex D4 A D 0 5F 5E 11 167 5B 2C
Octal 324 12 15 0 137 136 21 547 133 54
Binary 11010100 1010 1101 0 1011111 1011110 10001 101100111 1011011 101100

Color Harmonies of #D40A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40A0D

Black with #D40A0D

Text Example


Text Example

White with #D40A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40A0D; }

 p { color: rgb(212,10,13); }

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

background-color css

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

 a { background-color: rgb(212,10,13); }

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

border-color css

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

 span { border-color: rgb(212,10,13); }

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