Html Css Color HEX #D00018 Venetian Red

📋 copy color: '#D00018'

red 208 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #D00018

Tints of Venetian Red #D00018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.66%
G = 0%
B = 10.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D00018 (or 0xD00018) is known color: Venetian Red. HEX triplet: D0, 00 and 18. RGB value is (208,0,24). Sum of RGB (Red+Green+Blue) = 208+0+24=232 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.66% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 208 - color contains mainly: red. Hex color #D00018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00018 is #2FFFE7. Grayscale: #414141. Windows color (decimal): -3145704 or 1573072. OLE color: 1573072.

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

Color convert

RGB 208 0 24 -
CMYK 0 1 0.88 0.18
HSL 353.08º 1% 0.41% -
HSV(B) 353.08º 1% 0.82% -
XYZ 26.18 13.48 2.09 -
YUV 64.93 104.91 230.05 -
System Red Green Blue C M Y K H S L
Decimal 208 0 24 0 1 0.88 0.18 353.08 1 0.41
Hex D0 0 18 0 64 58 12 161 64 29
Octal 320 0 30 0 144 130 22 541 144 51
Binary 11010000 0 11000 0 1100100 1011000 10010 101100001 1100100 101001

Color Harmonies of #D00018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00018

Black with #D00018

Text Example


Text Example

White with #D00018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00018; }

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

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

background-color css

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

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

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

border-color css

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

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

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