Html Css Color HEX #D3021C Venetian Red

📋 copy color: '#D3021C'

red 211 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #D3021C

Tints of Venetian Red #D3021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 28 (11.33% from 255) = 11.62%

R = 87.55%
G = 0.83%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3021C (or 0xD3021C) is known color: Venetian Red. HEX triplet: D3, 02 and 1C. RGB value is (211,2,28). Sum of RGB (Red+Green+Blue) = 211+2+28=241 (31% of max value = 765). Red value is 211 (82.81% from 255 or 87.55% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 211 - color contains mainly: red. Hex color #D3021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3021C is #2CFDE3. Grayscale: #434343. Windows color (decimal): -2948580 or 1835731. OLE color: 1835731.

HSL color Cylindrical-coordinate representation of color #D3021C: hue angle of 352.54º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3021C is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 2 28 -
CMYK 0 0.99 0.87 0.17
HSL 352.54º 0.98% 0.42% -
HSV(B) 352.54º 0.99% 0.83% -
XYZ 27.1 13.98 2.37 -
YUV 67.46 105.74 230.39 -
System Red Green Blue C M Y K H S L
Decimal 211 2 28 0 0.99 0.87 0.17 352.54 0.98 0.42
Hex D3 2 1C 0 63 57 11 161 62 2A
Octal 323 2 34 0 143 127 21 541 142 52
Binary 11010011 10 11100 0 1100011 1010111 10001 101100001 1100010 101010

Color Harmonies of #D3021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3021C

Black with #D3021C

Text Example


Text Example

White with #D3021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3021C; }

 p { color: rgb(211,2,28); }

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

background-color css

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

 a { background-color: rgb(211,2,28); }

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

border-color css

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

 span { border-color: rgb(211,2,28); }

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