Html Css Color HEX #D60813 Venetian Red

📋 copy color: '#D60813'

red 214 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #D60813

Tints of Venetian Red #D60813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

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

R = 88.8%
G = 3.32%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D60813 (or 0xD60813) is known color: Venetian Red. HEX triplet: D6, 08 and 13. RGB value is (214,8,19). Sum of RGB (Red+Green+Blue) = 214+8+19=241 (31% of max value = 765). Red value is 214 (83.98% from 255 or 88.80% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 214 - color contains mainly: red. Hex color #D60813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60813 is #29F7EC. Grayscale: #474747. Windows color (decimal): -2750445 or 1247446. OLE color: 1247446.

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

Color convert

RGB 214 8 19 -
CMYK 0 0.96 0.91 0.16
HSL 356.8º 0.93% 0.44% -
HSV(B) 356.8º 0.96% 0.84% -
XYZ 27.94 14.52 1.95 -
YUV 70.85 98.75 230.11 -
System Red Green Blue C M Y K H S L
Decimal 214 8 19 0 0.96 0.91 0.16 356.8 0.93 0.44
Hex D6 8 13 0 60 5B 10 165 5D 2C
Octal 326 10 23 0 140 133 20 545 135 54
Binary 11010110 1000 10011 0 1100000 1011011 10000 101100101 1011101 101100

Color Harmonies of #D60813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60813

Black with #D60813

Text Example


Text Example

White with #D60813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60813; }

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

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

background-color css

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

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

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

border-color css

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

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

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