Html Css Color HEX #D60018 Venetian Red

📋 copy color: '#D60018'

red 214 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #D60018

Tints of Venetian Red #D60018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.08%

R = 89.92%
G = 0%
B = 10.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D60018 (or 0xD60018) is known color: Venetian Red. HEX triplet: D6, 00 and 18. RGB value is (214,0,24). Sum of RGB (Red+Green+Blue) = 214+0+24=238 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.92% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 214 - color contains mainly: red. Hex color #D60018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60018 is #29FFE7. Grayscale: #424242. Windows color (decimal): -2752488 or 1573078. OLE color: 1573078.

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

Color convert

RGB 214 0 24 -
CMYK 0 1 0.89 0.16
HSL 353.27º 1% 0.42% -
HSV(B) 353.27º 1% 0.84% -
XYZ 27.9 14.36 2.17 -
YUV 66.72 103.9 233.05 -
System Red Green Blue C M Y K H S L
Decimal 214 0 24 0 1 0.89 0.16 353.27 1 0.42
Hex D6 0 18 0 64 59 10 161 64 2A
Octal 326 0 30 0 144 131 20 541 144 52
Binary 11010110 0 11000 0 1100100 1011001 10000 101100001 1100100 101010

Color Harmonies of #D60018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60018

Black with #D60018

Text Example


Text Example

White with #D60018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60018; }

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

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

background-color css

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

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

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

border-color css

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

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

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