Html Css Color HEX #D0051C Venetian Red

📋 copy color: '#D0051C'

red 208 ◦ green 5 ◦ blue 28

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

Shades of Venetian Red #D0051C

Tints of Venetian Red #D0051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 28 (11.33% from 255) = 11.62%

R = 86.31%
G = 2.07%
B = 11.62%

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

#D0051C (or 0xD0051C) is known color: Venetian Red. HEX triplet: D0, 05 and 1C. RGB value is (208,5,28). Sum of RGB (Red+Green+Blue) = 208+5+28=241 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.31% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 208 - color contains mainly: red. Hex color #D0051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0051C is #2FFAE3. Grayscale: #444444. Windows color (decimal): -3144420 or 1836496. OLE color: 1836496.

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

Color convert

RGB 208 5 28 -
CMYK 0 0.98 0.87 0.18
HSL 353.2º 0.95% 0.42% -
HSV(B) 353.2º 0.98% 0.82% -
XYZ 26.28 13.6 2.34 -
YUV 68.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 208 5 28 0 0.98 0.87 0.18 353.2 0.95 0.42
Hex D0 5 1C 0 62 57 12 161 5F 2A
Octal 320 5 34 0 142 127 22 541 137 52
Binary 11010000 101 11100 0 1100010 1010111 10010 101100001 1011111 101010

Color Harmonies of #D0051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0051C

Black with #D0051C

Text Example


Text Example

White with #D0051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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