Html Css Color HEX #D5000A Venetian Red

📋 copy color: '#D5000A'

red 213 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #D5000A

Tints of Venetian Red #D5000A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.48%

R = 95.52%
G = 0%
B = 4.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5000A (or 0xD5000A) is known color: Venetian Red. HEX triplet: D5, 00 and 0A. RGB value is (213,0,10). Sum of RGB (Red+Green+Blue) = 213+0+10=223 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.52% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 213 - color contains mainly: red. Hex color #D5000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5000A is #2AFFF5. Grayscale: #414141. Windows color (decimal): -2818038 or 655573. OLE color: 655573.

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

Color convert

RGB 213 0 10 -
CMYK 0 1 0.95 0.16
HSL 357.18º 1% 0.42% -
HSV(B) 357.18º 1% 0.84% -
XYZ 27.5 14.17 1.57 -
YUV 64.83 97.07 233.69 -
System Red Green Blue C M Y K H S L
Decimal 213 0 10 0 1 0.95 0.16 357.18 1 0.42
Hex D5 0 A 0 64 5F 10 165 64 2A
Octal 325 0 12 0 144 137 20 545 144 52
Binary 11010101 0 1010 0 1100100 1011111 10000 101100101 1100100 101010

Color Harmonies of #D5000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5000A

Black with #D5000A

Text Example


Text Example

White with #D5000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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