Html Css Color HEX #D0041B Venetian Red

📋 copy color: '#D0041B'

red 208 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #D0041B

Tints of Venetian Red #D0041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.3%

R = 87.03%
G = 1.67%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0041B (or 0xD0041B) is known color: Venetian Red. HEX triplet: D0, 04 and 1B. RGB value is (208,4,27). Sum of RGB (Red+Green+Blue) = 208+4+27=239 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.03% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 208 - color contains mainly: red. Hex color #D0041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0041B is #2FFBE4. Grayscale: #434343. Windows color (decimal): -3144677 or 1770704. OLE color: 1770704.

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

Color convert

RGB 208 4 27 -
CMYK 0 0.98 0.87 0.18
HSL 353.24º 0.96% 0.42% -
HSV(B) 353.24º 0.98% 0.82% -
XYZ 26.25 13.58 2.27 -
YUV 67.62 105.09 228.13 -
System Red Green Blue C M Y K H S L
Decimal 208 4 27 0 0.98 0.87 0.18 353.24 0.96 0.42
Hex D0 4 1B 0 62 57 12 161 60 2A
Octal 320 4 33 0 142 127 22 541 140 52
Binary 11010000 100 11011 0 1100010 1010111 10010 101100001 1100000 101010

Color Harmonies of #D0041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0041B

Black with #D0041B

Text Example


Text Example

White with #D0041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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