Html Css Color HEX #D3002A Venetian Red

📋 copy color: '#D3002A'

red 211 ◦ green 0 ◦ blue 42

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

Shades of Venetian Red #D3002A

Tints of Venetian Red #D3002A

RGB

 RED value IS 211 (82.81% from 255) = 83.4%

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

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

R = 83.4%
G = 0%
B = 16.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3002A (or 0xD3002A) is known color: Venetian Red. HEX triplet: D3, 00 and 2A. RGB value is (211,0,42). Sum of RGB (Red+Green+Blue) = 211+0+42=253 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.40% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 211 - color contains mainly: red. Hex color #D3002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3002A is #2CFFD5. Grayscale: #434343. Windows color (decimal): -2949078 or 2752723. OLE color: 2752723.

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

Color convert

RGB 211 0 42 -
CMYK 0 1 0.80 0.17
HSL 348.06º 1% 0.41% -
HSV(B) 348.06º 1% 0.83% -
XYZ 27.28 14.02 3.46 -
YUV 67.88 113.4 230.08 -
System Red Green Blue C M Y K H S L
Decimal 211 0 42 0 1 0.80 0.17 348.06 1 0.41
Hex D3 0 2A 0 64 50 11 15C 64 29
Octal 323 0 52 0 144 120 21 534 144 51
Binary 11010011 0 101010 0 1100100 1010000 10001 101011100 1100100 101001

Color Harmonies of #D3002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3002A

Black with #D3002A

Text Example


Text Example

White with #D3002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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