Html Css Color HEX #D0041F Venetian Red

📋 copy color: '#D0041F'

red 208 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #D0041F

Tints of Venetian Red #D0041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.76%

R = 85.6%
G = 1.65%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0041F (or 0xD0041F) is known color: Venetian Red. HEX triplet: D0, 04 and 1F. RGB value is (208,4,31). Sum of RGB (Red+Green+Blue) = 208+4+31=243 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.60% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 208 - color contains mainly: red. Hex color #D0041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0041F is #2FFBE0. Grayscale: #444444. Windows color (decimal): -3144673 or 2032848. OLE color: 2032848.

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

Color convert

RGB 208 4 31 -
CMYK 0 0.98 0.85 0.18
HSL 352.06º 0.96% 0.42% -
HSV(B) 352.06º 0.98% 0.82% -
XYZ 26.3 13.6 2.53 -
YUV 68.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 208 4 31 0 0.98 0.85 0.18 352.06 0.96 0.42
Hex D0 4 1F 0 62 55 12 160 60 2A
Octal 320 4 37 0 142 125 22 540 140 52
Binary 11010000 100 11111 0 1100010 1010101 10010 101100000 1100000 101010

Color Harmonies of #D0041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0041F

Black with #D0041F

Text Example


Text Example

White with #D0041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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