Html Css Color HEX #D40621 Venetian Red

📋 copy color: '#D40621'

red 212 ◦ green 6 ◦ blue 33

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

Shades of Venetian Red #D40621

Tints of Venetian Red #D40621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.39%

 BLUE value IS 33 (13.28% from 255) = 13.15%

R = 84.46%
G = 2.39%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D40621 (or 0xD40621) is known color: Venetian Red. HEX triplet: D4, 06 and 21. RGB value is (212,6,33). Sum of RGB (Red+Green+Blue) = 212+6+33=251 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.46% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 212 - color contains mainly: red. Hex color #D40621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40621 is #2BF9DE. Grayscale: #464646. Windows color (decimal): -2882015 or 2164436. OLE color: 2164436.

HSL color Cylindrical-coordinate representation of color #D40621: hue angle of 352.14º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40621 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 6 33 -
CMYK 0 0.97 0.84 0.17
HSL 352.14º 0.94% 0.43% -
HSV(B) 352.14º 0.97% 0.83% -
XYZ 27.49 14.24 2.74 -
YUV 70.67 106.75 228.8 -
System Red Green Blue C M Y K H S L
Decimal 212 6 33 0 0.97 0.84 0.17 352.14 0.94 0.43
Hex D4 6 21 0 61 54 11 160 5E 2B
Octal 324 6 41 0 141 124 21 540 136 53
Binary 11010100 110 100001 0 1100001 1010100 10001 101100000 1011110 101011

Color Harmonies of #D40621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40621

Black with #D40621

Text Example


Text Example

White with #D40621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40621; }

 p { color: rgb(212,6,33); }

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

background-color css

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

 a { background-color: rgb(212,6,33); }

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

border-color css

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

 span { border-color: rgb(212,6,33); }

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