Html Css Color HEX #D60122 Venetian Red

📋 copy color: '#D60122'

red 214 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #D60122

Tints of Venetian Red #D60122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 34 (13.67% from 255) = 13.65%

R = 85.94%
G = 0.4%
B = 13.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D60122 (or 0xD60122) is known color: Venetian Red. HEX triplet: D6, 01 and 22. RGB value is (214,1,34). Sum of RGB (Red+Green+Blue) = 214+1+34=249 (32% of max value = 765). Red value is 214 (83.98% from 255 or 85.94% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 214 - color contains mainly: red. Hex color #D60122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60122 is #29FEDD. Grayscale: #444444. Windows color (decimal): -2752222 or 2228694. OLE color: 2228694.

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

Color convert

RGB 214 1 34 -
CMYK 0 1.00 0.84 0.16
HSL 350.7º 0.99% 0.42% -
HSV(B) 350.7º 1% 0.84% -
XYZ 28.03 14.43 2.82 -
YUV 68.45 108.57 231.82 -
System Red Green Blue C M Y K H S L
Decimal 214 1 34 0 1.00 0.84 0.16 350.7 0.99 0.42
Hex D6 1 22 0 64 54 10 15F 63 2A
Octal 326 1 42 0 144 124 20 537 143 52
Binary 11010110 1 100010 0 1100100 1010100 10000 101011111 1100011 101010

Color Harmonies of #D60122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60122

Black with #D60122

Text Example


Text Example

White with #D60122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60122; }

 p { color: rgb(214,1,34); }

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

background-color css

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

 a { background-color: rgb(214,1,34); }

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

border-color css

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

 span { border-color: rgb(214,1,34); }

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