Html Css Color HEX #D40614 Venetian Red

📋 copy color: '#D40614'

red 212 ◦ green 6 ◦ blue 20

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

Shades of Venetian Red #D40614

Tints of Venetian Red #D40614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

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

R = 89.08%
G = 2.52%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D40614 (or 0xD40614) is known color: Venetian Red. HEX triplet: D4, 06 and 14. RGB value is (212,6,20). Sum of RGB (Red+Green+Blue) = 212+6+20=238 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.08% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 212 - color contains mainly: red. Hex color #D40614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40614 is #2BF9EB. Grayscale: #454545. Windows color (decimal): -2882028 or 1312468. OLE color: 1312468.

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

Color convert

RGB 212 6 20 -
CMYK 0 0.97 0.91 0.17
HSL 355.92º 0.94% 0.43% -
HSV(B) 355.92º 0.97% 0.83% -
XYZ 27.34 14.18 1.96 -
YUV 69.19 100.25 229.86 -
System Red Green Blue C M Y K H S L
Decimal 212 6 20 0 0.97 0.91 0.17 355.92 0.94 0.43
Hex D4 6 14 0 61 5B 11 164 5E 2B
Octal 324 6 24 0 141 133 21 544 136 53
Binary 11010100 110 10100 0 1100001 1011011 10001 101100100 1011110 101011

Color Harmonies of #D40614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40614

Black with #D40614

Text Example


Text Example

White with #D40614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40614; }

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

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

background-color css

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

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

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

border-color css

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

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

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