Html Css Color HEX #D00304 Venetian Red

📋 copy color: '#D00304'

red 208 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #D00304

Tints of Venetian Red #D00304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 96.74%
G = 1.4%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D00304 (or 0xD00304) is known color: Venetian Red. HEX triplet: D0, 03 and 04. RGB value is (208,3,4). Sum of RGB (Red+Green+Blue) = 208+3+4=215 (28% of max value = 765). Red value is 208 (81.64% from 255 or 96.74% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 208 - color contains mainly: red. Hex color #D00304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00304 is #2FFCFB. Grayscale: #404040. Windows color (decimal): -3144956 or 263120. OLE color: 263120.

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

Color convert

RGB 208 3 4 -
CMYK 0 0.99 0.98 0.18
HSL 359.71º 0.97% 0.41% -
HSV(B) 359.71º 0.99% 0.82% -
XYZ 26.07 13.48 1.34 -
YUV 64.41 93.92 230.42 -
System Red Green Blue C M Y K H S L
Decimal 208 3 4 0 0.99 0.98 0.18 359.71 0.97 0.41
Hex D0 3 4 0 63 62 12 168 61 29
Octal 320 3 4 0 143 142 22 550 141 51
Binary 11010000 11 100 0 1100011 1100010 10010 101101000 1100001 101001

Color Harmonies of #D00304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00304

Black with #D00304

Text Example


Text Example

White with #D00304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00304; }

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

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

background-color css

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

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

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

border-color css

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

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

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