Html Css Color HEX #D00019 Venetian Red

📋 copy color: '#D00019'

red 208 ◦ green 0 ◦ blue 25

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

Shades of Venetian Red #D00019

Tints of Venetian Red #D00019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.73%

R = 89.27%
G = 0%
B = 10.73%

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

#D00019 (or 0xD00019) is known color: Venetian Red. HEX triplet: D0, 00 and 19. RGB value is (208,0,25). Sum of RGB (Red+Green+Blue) = 208+0+25=233 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.27% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 208 - color contains mainly: red. Hex color #D00019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00019 is #2FFFE6. Grayscale: #414141. Windows color (decimal): -3145703 or 1638608. OLE color: 1638608.

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

Color convert

RGB 208 0 25 -
CMYK 0 1 0.88 0.18
HSL 352.79º 1% 0.41% -
HSV(B) 352.79º 1% 0.82% -
XYZ 26.19 13.48 2.14 -
YUV 65.04 105.41 229.97 -
System Red Green Blue C M Y K H S L
Decimal 208 0 25 0 1 0.88 0.18 352.79 1 0.41
Hex D0 0 19 0 64 58 12 161 64 29
Octal 320 0 31 0 144 130 22 541 144 51
Binary 11010000 0 11001 0 1100100 1011000 10010 101100001 1100100 101001

Color Harmonies of #D00019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00019

Black with #D00019

Text Example


Text Example

White with #D00019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00019; }

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

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

background-color css

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

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

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

border-color css

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

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

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