Html Css Color HEX #D00D18 Venetian Red

📋 copy color: '#D00D18'

red 208 ◦ green 13 ◦ blue 24

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

Shades of Venetian Red #D00D18

Tints of Venetian Red #D00D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.8%

R = 84.9%
G = 5.31%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D00D18 (or 0xD00D18) is known color: Venetian Red. HEX triplet: D0, 0D and 18. RGB value is (208,13,24). Sum of RGB (Red+Green+Blue) = 208+13+24=245 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.90% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00D18 is #2FF2E7. Grayscale: #484848. Windows color (decimal): -3142376 or 1576400. OLE color: 1576400.

HSL color Cylindrical-coordinate representation of color #D00D18: hue angle of 356.62º 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 #D00D18 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 13 24 -
CMYK 0 0.94 0.88 0.18
HSL 356.62º 0.88% 0.43% -
HSV(B) 356.62º 0.94% 0.82% -
XYZ 26.32 13.76 2.13 -
YUV 72.56 100.6 224.61 -
System Red Green Blue C M Y K H S L
Decimal 208 13 24 0 0.94 0.88 0.18 356.62 0.88 0.43
Hex D0 D 18 0 5E 58 12 165 58 2B
Octal 320 15 30 0 136 130 22 545 130 53
Binary 11010000 1101 11000 0 1011110 1011000 10010 101100101 1011000 101011

Color Harmonies of #D00D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D18

Black with #D00D18

Text Example


Text Example

White with #D00D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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