Html Css Color HEX #D5010C Venetian Red

📋 copy color: '#D5010C'

red 213 ◦ green 1 ◦ blue 12

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

Shades of Venetian Red #D5010C

Tints of Venetian Red #D5010C

RGB

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

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

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

R = 94.25%
G = 0.44%
B = 5.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5010C (or 0xD5010C) is known color: Venetian Red. HEX triplet: D5, 01 and 0C. RGB value is (213,1,12). Sum of RGB (Red+Green+Blue) = 213+1+12=226 (29% of max value = 765). Red value is 213 (83.59% from 255 or 94.25% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 213 - color contains mainly: red. Hex color #D5010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5010C is #2AFEF3. Grayscale: #414141. Windows color (decimal): -2817780 or 786901. OLE color: 786901.

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

Color convert

RGB 213 1 12 -
CMYK 0 1.00 0.94 0.16
HSL 356.89º 0.99% 0.42% -
HSV(B) 356.89º 1% 0.84% -
XYZ 27.52 14.19 1.64 -
YUV 65.64 97.74 233.11 -
System Red Green Blue C M Y K H S L
Decimal 213 1 12 0 1.00 0.94 0.16 356.89 0.99 0.42
Hex D5 1 C 0 64 5E 10 165 63 2A
Octal 325 1 14 0 144 136 20 545 143 52
Binary 11010101 1 1100 0 1100100 1011110 10000 101100101 1100011 101010

Color Harmonies of #D5010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5010C

Black with #D5010C

Text Example


Text Example

White with #D5010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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