Html Css Color HEX #D00004 Venetian Red

📋 copy color: '#D00004'

red 208 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #D00004

Tints of Venetian Red #D00004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.89%

R = 98.11%
G = 0%
B = 1.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D00004 (or 0xD00004) is known color: Venetian Red. HEX triplet: D0, 00 and 04. RGB value is (208,0,4). Sum of RGB (Red+Green+Blue) = 208+0+4=212 (28% of max value = 765). Red value is 208 (81.64% from 255 or 98.11% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 208 - color contains mainly: red. Hex color #D00004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00004 is #2FFFFB. Grayscale: #3E3E3E. Windows color (decimal): -3145724 or 262352. OLE color: 262352.

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

Color convert

RGB 208 0 4 -
CMYK 0 1 0.98 0.18
HSL 358.85º 1% 0.41% -
HSV(B) 358.85º 1% 0.82% -
XYZ 26.03 13.42 1.33 -
YUV 62.65 94.91 231.67 -
System Red Green Blue C M Y K H S L
Decimal 208 0 4 0 1 0.98 0.18 358.85 1 0.41
Hex D0 0 4 0 64 62 12 167 64 29
Octal 320 0 4 0 144 142 22 547 144 51
Binary 11010000 0 100 0 1100100 1100010 10010 101100111 1100100 101001

Color Harmonies of #D00004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00004

Black with #D00004

Text Example


Text Example

White with #D00004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00004; }

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

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

background-color css

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

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

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

border-color css

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

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

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