Html Css Color HEX #D40A14 Venetian Red

📋 copy color: '#D40A14'

red 212 ◦ green 10 ◦ blue 20

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

Shades of Venetian Red #D40A14

Tints of Venetian Red #D40A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 87.6%
G = 4.13%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D40A14 (or 0xD40A14) is known color: Venetian Red. HEX triplet: D4, 0A and 14. RGB value is (212,10,20). Sum of RGB (Red+Green+Blue) = 212+10+20=242 (32% of max value = 765). Red value is 212 (83.20% from 255 or 87.60% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40A14 is #2BF5EB. Grayscale: #474747. Windows color (decimal): -2881004 or 1313492. OLE color: 1313492.

HSL color Cylindrical-coordinate representation of color #D40A14: hue angle of 357.03º 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 #D40A14 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 10 20 -
CMYK 0 0.95 0.91 0.17
HSL 357.03º 0.91% 0.44% -
HSV(B) 357.03º 0.95% 0.83% -
XYZ 27.39 14.26 1.97 -
YUV 71.54 98.92 228.19 -
System Red Green Blue C M Y K H S L
Decimal 212 10 20 0 0.95 0.91 0.17 357.03 0.91 0.44
Hex D4 A 14 0 5F 5B 11 165 5B 2C
Octal 324 12 24 0 137 133 21 545 133 54
Binary 11010100 1010 10100 0 1011111 1011011 10001 101100101 1011011 101100

Color Harmonies of #D40A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40A14

Black with #D40A14

Text Example


Text Example

White with #D40A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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