Html Css Color HEX #D50002 Venetian Red

📋 copy color: '#D50002'

red 213 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #D50002

Tints of Venetian Red #D50002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 99.07%
G = 0%
B = 0.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D50002 (or 0xD50002) is known color: Venetian Red. HEX triplet: D5, 00 and 02. RGB value is (213,0,2). Sum of RGB (Red+Green+Blue) = 213+0+2=215 (28% of max value = 765). Red value is 213 (83.59% from 255 or 99.07% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 213 - color contains mainly: red. Hex color #D50002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50002 is #2AFFFD. Grayscale: #404040. Windows color (decimal): -2818046 or 131285. OLE color: 131285.

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

Color convert

RGB 213 0 2 -
CMYK 0 1 0.99 0.16
HSL 359.44º 1% 0.42% -
HSV(B) 359.44º 1% 0.84% -
XYZ 27.45 14.15 1.34 -
YUV 63.92 93.07 234.34 -
System Red Green Blue C M Y K H S L
Decimal 213 0 2 0 1 0.99 0.16 359.44 1 0.42
Hex D5 0 2 0 64 63 10 167 64 2A
Octal 325 0 2 0 144 143 20 547 144 52
Binary 11010101 0 10 0 1100100 1100011 10000 101100111 1100100 101010

Color Harmonies of #D50002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50002

Black with #D50002

Text Example


Text Example

White with #D50002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50002; }

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

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

background-color css

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

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

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

border-color css

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

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

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