Html Css Color HEX #D60912 Venetian Red

📋 copy color: '#D60912'

red 214 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #D60912

Tints of Venetian Red #D60912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.73%

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 88.8%
G = 3.73%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D60912 (or 0xD60912) is known color: Venetian Red. HEX triplet: D6, 09 and 12. RGB value is (214,9,18). Sum of RGB (Red+Green+Blue) = 214+9+18=241 (31% of max value = 765). Red value is 214 (83.98% from 255 or 88.80% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 214 - color contains mainly: red. Hex color #D60912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60912 is #29F6ED. Grayscale: #474747. Windows color (decimal): -2750190 or 1182166. OLE color: 1182166.

HSL color Cylindrical-coordinate representation of color #D60912: hue angle of 357.37º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60912 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 18 -
CMYK 0 0.96 0.92 0.16
HSL 357.37º 0.92% 0.44% -
HSV(B) 357.37º 0.96% 0.84% -
XYZ 27.94 14.54 1.91 -
YUV 71.32 97.92 229.77 -
System Red Green Blue C M Y K H S L
Decimal 214 9 18 0 0.96 0.92 0.16 357.37 0.92 0.44
Hex D6 9 12 0 60 5C 10 165 5C 2C
Octal 326 11 22 0 140 134 20 545 134 54
Binary 11010110 1001 10010 0 1100000 1011100 10000 101100101 1011100 101100

Color Harmonies of #D60912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60912

Black with #D60912

Text Example


Text Example

White with #D60912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60912; }

 p { color: rgb(214,9,18); }

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

background-color css

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

 a { background-color: rgb(214,9,18); }

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

border-color css

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

 span { border-color: rgb(214,9,18); }

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