Html Css Color HEX #D00D14 Venetian Red

📋 copy color: '#D00D14'

red 208 ◦ green 13 ◦ blue 20

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

Shades of Venetian Red #D00D14

Tints of Venetian Red #D00D14

RGB

 RED value IS 208 (81.64% from 255) = 86.31%

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

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 86.31%
G = 5.39%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D00D14 (or 0xD00D14) is known color: Venetian Red. HEX triplet: D0, 0D and 14. RGB value is (208,13,20). Sum of RGB (Red+Green+Blue) = 208+13+20=241 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.31% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00D14 is #2FF2EB. Grayscale: #484848. Windows color (decimal): -3142380 or 1314256. OLE color: 1314256.

HSL color Cylindrical-coordinate representation of color #D00D14: hue angle of 357.85º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D14 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 13 20 -
CMYK 0 0.94 0.90 0.18
HSL 357.85º 0.88% 0.43% -
HSV(B) 357.85º 0.94% 0.82% -
XYZ 26.28 13.75 1.93 -
YUV 72.1 98.6 224.93 -
System Red Green Blue C M Y K H S L
Decimal 208 13 20 0 0.94 0.90 0.18 357.85 0.88 0.43
Hex D0 D 14 0 5E 5A 12 166 58 2B
Octal 320 15 24 0 136 132 22 546 130 53
Binary 11010000 1101 10100 0 1011110 1011010 10010 101100110 1011000 101011

Color Harmonies of #D00D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D14

Black with #D00D14

Text Example


Text Example

White with #D00D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D14; }

 p { color: rgb(208,13,20); }

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

background-color css

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

 a { background-color: rgb(208,13,20); }

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

border-color css

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

 span { border-color: rgb(208,13,20); }

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