Html Css Color HEX #D60027 Venetian Red

📋 copy color: '#D60027'

red 214 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #D60027

Tints of Venetian Red #D60027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.42%

R = 84.58%
G = 0%
B = 15.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D60027 (or 0xD60027) is known color: Venetian Red. HEX triplet: D6, 00 and 27. RGB value is (214,0,39). Sum of RGB (Red+Green+Blue) = 214+0+39=253 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.58% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 214 - color contains mainly: red. Hex color #D60027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60027 is #29FFD8. Grayscale: #444444. Windows color (decimal): -2752473 or 2556118. OLE color: 2556118.

HSL color Cylindrical-coordinate representation of color #D60027: hue angle of 349.07º 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 #D60027 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 0 39 -
CMYK 0 1 0.82 0.16
HSL 349.07º 1% 0.42% -
HSV(B) 349.07º 1% 0.84% -
XYZ 28.1 14.44 3.23 -
YUV 68.43 111.4 231.83 -
System Red Green Blue C M Y K H S L
Decimal 214 0 39 0 1 0.82 0.16 349.07 1 0.42
Hex D6 0 27 0 64 52 10 15D 64 2A
Octal 326 0 47 0 144 122 20 535 144 52
Binary 11010110 0 100111 0 1100100 1010010 10000 101011101 1100100 101010

Color Harmonies of #D60027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60027

Black with #D60027

Text Example


Text Example

White with #D60027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60027; }

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

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

background-color css

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

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

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

border-color css

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

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

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