Html Css Color HEX #D0040A Venetian Red

📋 copy color: '#D0040A'

red 208 ◦ green 4 ◦ blue 10

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

Shades of Venetian Red #D0040A

Tints of Venetian Red #D0040A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.5%

R = 93.69%
G = 1.8%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0040A (or 0xD0040A) is known color: Venetian Red. HEX triplet: D0, 04 and 0A. RGB value is (208,4,10). Sum of RGB (Red+Green+Blue) = 208+4+10=222 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.69% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 208 - color contains mainly: red. Hex color #D0040A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0040A is #2FFBF5. Grayscale: #414141. Windows color (decimal): -3144694 or 656592. OLE color: 656592.

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

Color convert

RGB 208 4 10 -
CMYK 0 0.98 0.95 0.18
HSL 358.24º 0.96% 0.42% -
HSV(B) 358.24º 0.98% 0.82% -
XYZ 26.11 13.52 1.52 -
YUV 65.68 96.59 229.51 -
System Red Green Blue C M Y K H S L
Decimal 208 4 10 0 0.98 0.95 0.18 358.24 0.96 0.42
Hex D0 4 A 0 62 5F 12 166 60 2A
Octal 320 4 12 0 142 137 22 546 140 52
Binary 11010000 100 1010 0 1100010 1011111 10010 101100110 1100000 101010

Color Harmonies of #D0040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0040A

Black with #D0040A

Text Example


Text Example

White with #D0040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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