Html Css Color HEX #D60015 Venetian Red

📋 copy color: '#D60015'

red 214 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #D60015

Tints of Venetian Red #D60015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.94%

R = 91.06%
G = 0%
B = 8.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D60015 (or 0xD60015) is known color: Venetian Red. HEX triplet: D6, 00 and 15. RGB value is (214,0,21). Sum of RGB (Red+Green+Blue) = 214+0+21=235 (31% of max value = 765). Red value is 214 (83.98% from 255 or 91.06% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 214 - color contains mainly: red. Hex color #D60015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60015 is #29FFEA. Grayscale: #424242. Windows color (decimal): -2752491 or 1376470. OLE color: 1376470.

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

Color convert

RGB 214 0 21 -
CMYK 0 1 0.90 0.16
HSL 354.11º 1% 0.42% -
HSV(B) 354.11º 1% 0.84% -
XYZ 27.87 14.35 2.01 -
YUV 66.38 102.4 233.29 -
System Red Green Blue C M Y K H S L
Decimal 214 0 21 0 1 0.90 0.16 354.11 1 0.42
Hex D6 0 15 0 64 5A 10 162 64 2A
Octal 326 0 25 0 144 132 20 542 144 52
Binary 11010110 0 10101 0 1100100 1011010 10000 101100010 1100100 101010

Color Harmonies of #D60015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60015

Black with #D60015

Text Example


Text Example

White with #D60015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60015; }

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

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

background-color css

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

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

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

border-color css

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

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

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