Html Css Color HEX #D60B0D Venetian Red

📋 copy color: '#D60B0D'

red 214 ◦ green 11 ◦ blue 13

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

Shades of Venetian Red #D60B0D

Tints of Venetian Red #D60B0D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.62%

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

R = 89.92%
G = 4.62%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D60B0D (or 0xD60B0D) is known color: Venetian Red. HEX triplet: D6, 0B and 0D. RGB value is (214,11,13). Sum of RGB (Red+Green+Blue) = 214+11+13=238 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.92% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60B0D is #29F4F2. Grayscale: #484848. Windows color (decimal): -2749683 or 854998. OLE color: 854998.

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

Color convert

RGB 214 11 13 -
CMYK 0 0.95 0.94 0.16
HSL 359.41º 0.9% 0.44% -
HSV(B) 359.41º 0.95% 0.84% -
XYZ 27.92 14.56 1.72 -
YUV 71.93 94.75 229.34 -
System Red Green Blue C M Y K H S L
Decimal 214 11 13 0 0.95 0.94 0.16 359.41 0.9 0.44
Hex D6 B D 0 5F 5E 10 167 5A 2C
Octal 326 13 15 0 137 136 20 547 132 54
Binary 11010110 1011 1101 0 1011111 1011110 10000 101100111 1011010 101100

Color Harmonies of #D60B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B0D

Black with #D60B0D

Text Example


Text Example

White with #D60B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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