Html Css Color HEX #D90C12 Venetian Red

📋 copy color: '#D90C12'

red 217 ◦ green 12 ◦ blue 18

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

Shades of Venetian Red #D90C12

Tints of Venetian Red #D90C12

RGB

 RED value IS 217 (85.16% from 255) = 87.85%

 GREEN value IS 12 (5.08% from 255) = 4.86%

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

R = 87.85%
G = 4.86%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D90C12 (or 0xD90C12) is known color: Venetian Red. HEX triplet: D9, 0C and 12. RGB value is (217,12,18). Sum of RGB (Red+Green+Blue) = 217+12+18=247 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.85% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90C12 is #26F3ED. Grayscale: #4A4A4A. Windows color (decimal): -2552814 or 1182937. OLE color: 1182937.

HSL color Cylindrical-coordinate representation of color #D90C12: hue angle of 358.24º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90C12 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 12 18 -
CMYK 0 0.94 0.92 0.15
HSL 358.24º 0.9% 0.45% -
HSV(B) 358.24º 0.94% 0.85% -
XYZ 28.86 15.06 1.96 -
YUV 73.98 96.42 230.01 -
System Red Green Blue C M Y K H S L
Decimal 217 12 18 0 0.94 0.92 0.15 358.24 0.9 0.45
Hex D9 C 12 0 5E 5C F 166 5A 2D
Octal 331 14 22 0 136 134 17 546 132 55
Binary 11011001 1100 10010 0 1011110 1011100 1111 101100110 1011010 101101

Color Harmonies of #D90C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90C12

Black with #D90C12

Text Example


Text Example

White with #D90C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90C12; }

 p { color: rgb(217,12,18); }

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

background-color css

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

 a { background-color: rgb(217,12,18); }

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

border-color css

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

 span { border-color: rgb(217,12,18); }

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