Html Css Color HEX #D00405 Venetian Red

📋 copy color: '#D00405'

red 208 ◦ green 4 ◦ blue 5

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

Shades of Venetian Red #D00405

Tints of Venetian Red #D00405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.84%

 BLUE value IS 5 (2.34% from 255) = 2.3%

R = 95.85%
G = 1.84%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D00405 (or 0xD00405) is known color: Venetian Red. HEX triplet: D0, 04 and 05. RGB value is (208,4,5). Sum of RGB (Red+Green+Blue) = 208+4+5=217 (28% of max value = 765). Red value is 208 (81.64% from 255 or 95.85% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 208 - color contains mainly: red. Hex color #D00405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00405 is #2FFBFA. Grayscale: #414141. Windows color (decimal): -3144699 or 328912. OLE color: 328912.

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

Color convert

RGB 208 4 5 -
CMYK 0 0.98 0.98 0.18
HSL 359.71º 0.96% 0.42% -
HSV(B) 359.71º 0.98% 0.82% -
XYZ 26.08 13.51 1.38 -
YUV 65.11 94.09 229.92 -
System Red Green Blue C M Y K H S L
Decimal 208 4 5 0 0.98 0.98 0.18 359.71 0.96 0.42
Hex D0 4 5 0 62 62 12 168 60 2A
Octal 320 4 5 0 142 142 22 550 140 52
Binary 11010000 100 101 0 1100010 1100010 10010 101101000 1100000 101010

Color Harmonies of #D00405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00405

Black with #D00405

Text Example


Text Example

White with #D00405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00405; }

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

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

background-color css

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

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

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

border-color css

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

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

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