Html Css Color HEX #D00119 Venetian Red

📋 copy color: '#D00119'

red 208 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #D00119

Tints of Venetian Red #D00119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 88.89%
G = 0.43%
B = 10.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D00119 (or 0xD00119) is known color: Venetian Red. HEX triplet: D0, 01 and 19. RGB value is (208,1,25). Sum of RGB (Red+Green+Blue) = 208+1+25=234 (30% of max value = 765). Red value is 208 (81.64% from 255 or 88.89% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 208 - color contains mainly: red. Hex color #D00119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00119 is #2FFEE6. Grayscale: #414141. Windows color (decimal): -3145447 or 1638864. OLE color: 1638864.

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

Color convert

RGB 208 1 25 -
CMYK 0 1.00 0.88 0.18
HSL 353.04º 0.99% 0.41% -
HSV(B) 353.04º 1% 0.82% -
XYZ 26.2 13.5 2.14 -
YUV 65.63 105.08 229.55 -
System Red Green Blue C M Y K H S L
Decimal 208 1 25 0 1.00 0.88 0.18 353.04 0.99 0.41
Hex D0 1 19 0 64 58 12 161 63 29
Octal 320 1 31 0 144 130 22 541 143 51
Binary 11010000 1 11001 0 1100100 1011000 10010 101100001 1100011 101001

Color Harmonies of #D00119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00119

Black with #D00119

Text Example


Text Example

White with #D00119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00119; }

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

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

background-color css

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

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

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

border-color css

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

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

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