Html Css Color HEX #D00219 Venetian Red

📋 copy color: '#D00219'

red 208 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #D00219

Tints of Venetian Red #D00219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 88.51%
G = 0.85%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D00219 (or 0xD00219) is known color: Venetian Red. HEX triplet: D0, 02 and 19. RGB value is (208,2,25). Sum of RGB (Red+Green+Blue) = 208+2+25=235 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.51% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 208 - color contains mainly: red. Hex color #D00219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00219 is #2FFDE6. Grayscale: #424242. Windows color (decimal): -3145191 or 1639120. OLE color: 1639120.

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

Color convert

RGB 208 2 25 -
CMYK 0 0.99 0.88 0.18
HSL 353.3º 0.98% 0.41% -
HSV(B) 353.3º 0.99% 0.82% -
XYZ 26.21 13.52 2.15 -
YUV 66.22 104.75 229.13 -
System Red Green Blue C M Y K H S L
Decimal 208 2 25 0 0.99 0.88 0.18 353.3 0.98 0.41
Hex D0 2 19 0 63 58 12 161 62 29
Octal 320 2 31 0 143 130 22 541 142 51
Binary 11010000 10 11001 0 1100011 1011000 10010 101100001 1100010 101001

Color Harmonies of #D00219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00219

Black with #D00219

Text Example


Text Example

White with #D00219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00219; }

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

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

background-color css

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

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

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

border-color css

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

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

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