Html Css Color HEX #D60013 Venetian Red

📋 copy color: '#D60013'

red 214 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #D60013

Tints of Venetian Red #D60013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 91.85%
G = 0%
B = 8.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D60013 (or 0xD60013) is known color: Venetian Red. HEX triplet: D6, 00 and 13. RGB value is (214,0,19). Sum of RGB (Red+Green+Blue) = 214+0+19=233 (30% of max value = 765). Red value is 214 (83.98% from 255 or 91.85% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 214 - color contains mainly: red. Hex color #D60013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60013 is #29FFEC. Grayscale: #424242. Windows color (decimal): -2752493 or 1245398. OLE color: 1245398.

HSL color Cylindrical-coordinate representation of color #D60013: hue angle of 354.67º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60013 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 0 19 -
CMYK 0 1 0.91 0.16
HSL 354.67º 1% 0.42% -
HSV(B) 354.67º 1% 0.84% -
XYZ 27.85 14.34 1.92 -
YUV 66.15 101.4 233.46 -
System Red Green Blue C M Y K H S L
Decimal 214 0 19 0 1 0.91 0.16 354.67 1 0.42
Hex D6 0 13 0 64 5B 10 163 64 2A
Octal 326 0 23 0 144 133 20 543 144 52
Binary 11010110 0 10011 0 1100100 1011011 10000 101100011 1100100 101010

Color Harmonies of #D60013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60013

Black with #D60013

Text Example


Text Example

White with #D60013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60013; }

 p { color: rgb(214,0,19); }

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

background-color css

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

 a { background-color: rgb(214,0,19); }

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

border-color css

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

 span { border-color: rgb(214,0,19); }

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