Html Css Color HEX #D5000C Venetian Red

📋 copy color: '#D5000C'

red 213 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #D5000C

Tints of Venetian Red #D5000C

RGB

 RED value IS 213 (83.59% from 255) = 94.67%

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

 BLUE value IS 12 (5.08% from 255) = 5.33%

R = 94.67%
G = 0%
B = 5.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5000C (or 0xD5000C) is known color: Venetian Red. HEX triplet: D5, 00 and 0C. RGB value is (213,0,12). Sum of RGB (Red+Green+Blue) = 213+0+12=225 (29% of max value = 765). Red value is 213 (83.59% from 255 or 94.67% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 213 - color contains mainly: red. Hex color #D5000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5000C is #2AFFF3. Grayscale: #414141. Windows color (decimal): -2818036 or 786645. OLE color: 786645.

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

Color convert

RGB 213 0 12 -
CMYK 0 1 0.94 0.16
HSL 356.62º 1% 0.42% -
HSV(B) 356.62º 1% 0.84% -
XYZ 27.51 14.17 1.63 -
YUV 65.06 98.07 233.52 -
System Red Green Blue C M Y K H S L
Decimal 213 0 12 0 1 0.94 0.16 356.62 1 0.42
Hex D5 0 C 0 64 5E 10 165 64 2A
Octal 325 0 14 0 144 136 20 545 144 52
Binary 11010101 0 1100 0 1100100 1011110 10000 101100101 1100100 101010

Color Harmonies of #D5000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5000C

Black with #D5000C

Text Example


Text Example

White with #D5000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5000C; }

 p { color: rgb(213,0,12); }

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

background-color css

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

 a { background-color: rgb(213,0,12); }

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

border-color css

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

 span { border-color: rgb(213,0,12); }

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