Html Css Color HEX #D2002A Venetian Red

📋 copy color: '#D2002A'

red 210 ◦ green 0 ◦ blue 42

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

Shades of Venetian Red #D2002A

Tints of Venetian Red #D2002A

RGB

 RED value IS 210 (82.42% from 255) = 83.33%

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

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D2002A (or 0xD2002A) is known color: Venetian Red. HEX triplet: D2, 00 and 2A. RGB value is (210,0,42). Sum of RGB (Red+Green+Blue) = 210+0+42=252 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.33% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 210 - color contains mainly: red. Hex color #D2002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2002A is #2DFFD5. Grayscale: #434343. Windows color (decimal): -3014614 or 2752722. OLE color: 2752722.

HSL color Cylindrical-coordinate representation of color #D2002A: hue angle of 348º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2002A is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 0 42 -
CMYK 0 1 0.8 0.18
HSL 348º 1% 0.41% -
HSV(B) 348º 1% 0.82% -
XYZ 27 13.87 3.44 -
YUV 67.58 113.57 229.58 -
System Red Green Blue C M Y K H S L
Decimal 210 0 42 0 1 0.8 0.18 348 1 0.41
Hex D2 0 2A 0 64 50 12 15C 64 29
Octal 322 0 52 0 144 120 22 534 144 51
Binary 11010010 0 101010 0 1100100 1010000 10010 101011100 1100100 101001

Color Harmonies of #D2002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2002A

Black with #D2002A

Text Example


Text Example

White with #D2002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2002A; }

 p { color: rgb(210,0,42); }

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

background-color css

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

 a { background-color: rgb(210,0,42); }

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

border-color css

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

 span { border-color: rgb(210,0,42); }

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