Html Css Color HEX #D6010D Venetian Red

📋 copy color: '#D6010D'

red 214 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #D6010D

Tints of Venetian Red #D6010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 13 (5.47% from 255) = 5.7%

R = 93.86%
G = 0.44%
B = 5.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6010D (or 0xD6010D) is known color: Venetian Red. HEX triplet: D6, 01 and 0D. RGB value is (214,1,13). Sum of RGB (Red+Green+Blue) = 214+1+13=228 (30% of max value = 765). Red value is 214 (83.98% from 255 or 93.86% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 214 - color contains mainly: red. Hex color #D6010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6010D is #29FEF2. Grayscale: #424242. Windows color (decimal): -2752243 or 852438. OLE color: 852438.

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

Color convert

RGB 214 1 13 -
CMYK 0 1.00 0.94 0.16
HSL 356.62º 0.99% 0.42% -
HSV(B) 356.62º 1% 0.84% -
XYZ 27.82 14.35 1.68 -
YUV 66.06 98.07 233.52 -
System Red Green Blue C M Y K H S L
Decimal 214 1 13 0 1.00 0.94 0.16 356.62 0.99 0.42
Hex D6 1 D 0 64 5E 10 165 63 2A
Octal 326 1 15 0 144 136 20 545 143 52
Binary 11010110 1 1101 0 1100100 1011110 10000 101100101 1100011 101010

Color Harmonies of #D6010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6010D

Black with #D6010D

Text Example


Text Example

White with #D6010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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