Html Css Color HEX #D60D15 Venetian Red

📋 copy color: '#D60D15'

red 214 ◦ green 13 ◦ blue 21

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

Shades of Venetian Red #D60D15

Tints of Venetian Red #D60D15

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.24%

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 86.29%
G = 5.24%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D60D15 (or 0xD60D15) is known color: Venetian Red. HEX triplet: D6, 0D and 15. RGB value is (214,13,21). Sum of RGB (Red+Green+Blue) = 214+13+21=248 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.29% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60D15 is #29F2EA. Grayscale: #4A4A4A. Windows color (decimal): -2749163 or 1379798. OLE color: 1379798.

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

Color convert

RGB 214 13 21 -
CMYK 0 0.94 0.90 0.16
HSL 357.61º 0.89% 0.45% -
HSV(B) 357.61º 0.94% 0.84% -
XYZ 28.01 14.64 2.06 -
YUV 74.01 98.09 227.85 -
System Red Green Blue C M Y K H S L
Decimal 214 13 21 0 0.94 0.90 0.16 357.61 0.89 0.45
Hex D6 D 15 0 5E 5A 10 166 59 2D
Octal 326 15 25 0 136 132 20 546 131 55
Binary 11010110 1101 10101 0 1011110 1011010 10000 101100110 1011001 101101

Color Harmonies of #D60D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D15

Black with #D60D15

Text Example


Text Example

White with #D60D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D15; }

 p { color: rgb(214,13,21); }

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

background-color css

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

 a { background-color: rgb(214,13,21); }

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

border-color css

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

 span { border-color: rgb(214,13,21); }

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