Html Css Color HEX #D4021C Venetian Red

📋 copy color: '#D4021C'

red 212 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #D4021C

Tints of Venetian Red #D4021C

RGB

 RED value IS 212 (83.2% from 255) = 87.6%

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

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

R = 87.6%
G = 0.83%
B = 11.57%

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

#D4021C (or 0xD4021C) is known color: Venetian Red. HEX triplet: D4, 02 and 1C. RGB value is (212,2,28). Sum of RGB (Red+Green+Blue) = 212+2+28=242 (32% of max value = 765). Red value is 212 (83.20% from 255 or 87.60% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 212 - color contains mainly: red. Hex color #D4021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4021C is #2BFDE3. Grayscale: #434343. Windows color (decimal): -2883044 or 1835732. OLE color: 1835732.

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

Color convert

RGB 212 2 28 -
CMYK 0 0.99 0.87 0.17
HSL 352.57º 0.98% 0.42% -
HSV(B) 352.57º 0.99% 0.83% -
XYZ 27.38 14.12 2.38 -
YUV 67.75 105.57 230.89 -
System Red Green Blue C M Y K H S L
Decimal 212 2 28 0 0.99 0.87 0.17 352.57 0.98 0.42
Hex D4 2 1C 0 63 57 11 161 62 2A
Octal 324 2 34 0 143 127 21 541 142 52
Binary 11010100 10 11100 0 1100011 1010111 10001 101100001 1100010 101010

Color Harmonies of #D4021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4021C

Black with #D4021C

Text Example


Text Example

White with #D4021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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