Html Css Color HEX #D60214 Venetian Red

📋 copy color: '#D60214'

red 214 ◦ green 2 ◦ blue 20

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

Shades of Venetian Red #D60214

Tints of Venetian Red #D60214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 20 (8.2% from 255) = 8.47%

R = 90.68%
G = 0.85%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D60214 (or 0xD60214) is known color: Venetian Red. HEX triplet: D6, 02 and 14. RGB value is (214,2,20). Sum of RGB (Red+Green+Blue) = 214+2+20=236 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.68% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 214 - color contains mainly: red. Hex color #D60214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60214 is #29FDEB. Grayscale: #434343. Windows color (decimal): -2751980 or 1311446. OLE color: 1311446.

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

Color convert

RGB 214 2 20 -
CMYK 0 0.99 0.91 0.16
HSL 354.91º 0.98% 0.42% -
HSV(B) 354.91º 0.99% 0.84% -
XYZ 27.88 14.39 1.97 -
YUV 67.44 101.24 232.54 -
System Red Green Blue C M Y K H S L
Decimal 214 2 20 0 0.99 0.91 0.16 354.91 0.98 0.42
Hex D6 2 14 0 63 5B 10 163 62 2A
Octal 326 2 24 0 143 133 20 543 142 52
Binary 11010110 10 10100 0 1100011 1011011 10000 101100011 1100010 101010

Color Harmonies of #D60214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60214

Black with #D60214

Text Example


Text Example

White with #D60214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60214; }

 p { color: rgb(214,2,20); }

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

background-color css

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

 a { background-color: rgb(214,2,20); }

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

border-color css

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

 span { border-color: rgb(214,2,20); }

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