Html Css Color HEX #D5010D Venetian Red

📋 copy color: '#D5010D'

red 213 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #D5010D

Tints of Venetian Red #D5010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 93.83%
G = 0.44%
B = 5.73%

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

#D5010D (or 0xD5010D) is known color: Venetian Red. HEX triplet: D5, 01 and 0D. RGB value is (213,1,13). Sum of RGB (Red+Green+Blue) = 213+1+13=227 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.83% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 213 - color contains mainly: red. Hex color #D5010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5010D is #2AFEF2. Grayscale: #414141. Windows color (decimal): -2817779 or 852437. OLE color: 852437.

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

Color convert

RGB 213 1 13 -
CMYK 0 1.00 0.94 0.16
HSL 356.6º 0.99% 0.42% -
HSV(B) 356.6º 1% 0.84% -
XYZ 27.52 14.2 1.67 -
YUV 65.76 98.24 233.02 -
System Red Green Blue C M Y K H S L
Decimal 213 1 13 0 1.00 0.94 0.16 356.6 0.99 0.42
Hex D5 1 D 0 64 5E 10 165 63 2A
Octal 325 1 15 0 144 136 20 545 143 52
Binary 11010101 1 1101 0 1100100 1011110 10000 101100101 1100011 101010

Color Harmonies of #D5010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5010D

Black with #D5010D

Text Example


Text Example

White with #D5010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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