Html Css Color HEX #D61012 Venetian Red

📋 copy color: '#D61012'

red 214 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #D61012

Tints of Venetian Red #D61012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 86.29%
G = 6.45%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D61012 (or 0xD61012) is known color: Venetian Red. HEX triplet: D6, 10 and 12. RGB value is (214,16,18). Sum of RGB (Red+Green+Blue) = 214+16+18=248 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.29% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 214 - color contains mainly: red. Hex color #D61012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61012 is #29EFED. Grayscale: #4B4B4B. Windows color (decimal): -2748398 or 1183958. OLE color: 1183958.

HSL color Cylindrical-coordinate representation of color #D61012: hue angle of 359.39º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61012 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 18 -
CMYK 0 0.93 0.92 0.16
HSL 359.39º 0.86% 0.45% -
HSV(B) 359.39º 0.93% 0.84% -
XYZ 28.03 14.71 1.93 -
YUV 75.43 95.6 226.84 -
System Red Green Blue C M Y K H S L
Decimal 214 16 18 0 0.93 0.92 0.16 359.39 0.86 0.45
Hex D6 10 12 0 5D 5C 10 167 56 2D
Octal 326 20 22 0 135 134 20 547 126 55
Binary 11010110 10000 10010 0 1011101 1011100 10000 101100111 1010110 101101

Color Harmonies of #D61012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61012

Black with #D61012

Text Example


Text Example

White with #D61012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61012; }

 p { color: rgb(214,16,18); }

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

background-color css

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

 a { background-color: rgb(214,16,18); }

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

border-color css

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

 span { border-color: rgb(214,16,18); }

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