Html Css Color HEX #D30028 Venetian Red

📋 copy color: '#D30028'

red 211 ◦ green 0 ◦ blue 40

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

Shades of Venetian Red #D30028

Tints of Venetian Red #D30028

RGB

 RED value IS 211 (82.81% from 255) = 84.06%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 40 (16.02% from 255) = 15.94%

R = 84.06%
G = 0%
B = 15.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D30028 (or 0xD30028) is known color: Venetian Red. HEX triplet: D3, 00 and 28. RGB value is (211,0,40). Sum of RGB (Red+Green+Blue) = 211+0+40=251 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.06% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 211 - color contains mainly: red. Hex color #D30028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30028 is #2CFFD7. Grayscale: #434343. Windows color (decimal): -2949080 or 2621651. OLE color: 2621651.

HSL color Cylindrical-coordinate representation of color #D30028: hue angle of 348.63º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30028 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 0 40 -
CMYK 0 1 0.81 0.17
HSL 348.63º 1% 0.41% -
HSV(B) 348.63º 1% 0.83% -
XYZ 27.25 14 3.27 -
YUV 67.65 112.4 230.25 -
System Red Green Blue C M Y K H S L
Decimal 211 0 40 0 1 0.81 0.17 348.63 1 0.41
Hex D3 0 28 0 64 51 11 15D 64 29
Octal 323 0 50 0 144 121 21 535 144 51
Binary 11010011 0 101000 0 1100100 1010001 10001 101011101 1100100 101001

Color Harmonies of #D30028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30028

Black with #D30028

Text Example


Text Example

White with #D30028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30028; }

 p { color: rgb(211,0,40); }

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

background-color css

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

 a { background-color: rgb(211,0,40); }

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

border-color css

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

 span { border-color: rgb(211,0,40); }

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