Html Css Color HEX #D00919 Venetian Red

📋 copy color: '#D00919'

red 208 ◦ green 9 ◦ blue 25

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

Shades of Venetian Red #D00919

Tints of Venetian Red #D00919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.72%

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

R = 85.95%
G = 3.72%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D00919 (or 0xD00919) is known color: Venetian Red. HEX triplet: D0, 09 and 19. RGB value is (208,9,25). Sum of RGB (Red+Green+Blue) = 208+9+25=242 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.95% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 208 - color contains mainly: red. Hex color #D00919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00919 is #2FF6E6. Grayscale: #464646. Windows color (decimal): -3143399 or 1640912. OLE color: 1640912.

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

Color convert

RGB 208 9 25 -
CMYK 0 0.96 0.88 0.18
HSL 355.18º 0.92% 0.43% -
HSV(B) 355.18º 0.96% 0.82% -
XYZ 26.29 13.68 2.17 -
YUV 70.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 208 9 25 0 0.96 0.88 0.18 355.18 0.92 0.43
Hex D0 9 19 0 60 58 12 163 5C 2B
Octal 320 11 31 0 140 130 22 543 134 53
Binary 11010000 1001 11001 0 1100000 1011000 10010 101100011 1011100 101011

Color Harmonies of #D00919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00919

Black with #D00919

Text Example


Text Example

White with #D00919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00919; }

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

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

background-color css

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

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

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

border-color css

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

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

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