Html Css Color HEX #D60028 Venetian Red

📋 copy color: '#D60028'

red 214 ◦ green 0 ◦ blue 40

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

Shades of Venetian Red #D60028

Tints of Venetian Red #D60028

RGB

 RED value IS 214 (83.98% from 255) = 84.25%

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

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

R = 84.25%
G = 0%
B = 15.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D60028 (or 0xD60028) is known color: Venetian Red. HEX triplet: D6, 00 and 28. RGB value is (214,0,40). Sum of RGB (Red+Green+Blue) = 214+0+40=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D60028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60028 is #29FFD7. Grayscale: #444444. Windows color (decimal): -2752472 or 2621654. OLE color: 2621654.

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

Color convert

RGB 214 0 40 -
CMYK 0 1 0.81 0.16
HSL 348.79º 1% 0.42% -
HSV(B) 348.79º 1% 0.84% -
XYZ 28.11 14.45 3.31 -
YUV 68.55 111.9 231.75 -
System Red Green Blue C M Y K H S L
Decimal 214 0 40 0 1 0.81 0.16 348.79 1 0.42
Hex D6 0 28 0 64 51 10 15D 64 2A
Octal 326 0 50 0 144 121 20 535 144 52
Binary 11010110 0 101000 0 1100100 1010001 10000 101011101 1100100 101010

Color Harmonies of #D60028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60028

Black with #D60028

Text Example


Text Example

White with #D60028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60028; }

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

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

background-color css

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

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

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

border-color css

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

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

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