Html Css Color HEX #D32940 Brick Red

📋 copy color: '#D32940'

red 211 ◦ green 41 ◦ blue 64

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

Shades of Brick Red #D32940

Tints of Brick Red #D32940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.97%

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 66.77%
G = 12.97%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D32940 (or 0xD32940) is known color: Brick Red. HEX triplet: D3, 29 and 40. RGB value is (211,41,64). Sum of RGB (Red+Green+Blue) = 211+41+64=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D32940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32940 is #2CD6BF. Grayscale: #5E5E5E. Windows color (decimal): -2938560 or 4205011. OLE color: 4205011.

HSL color Cylindrical-coordinate representation of color #D32940: hue angle of 351.88º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32940 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 41 64 -
CMYK 0 0.81 0.70 0.17
HSL 351.88º 0.67% 0.49% -
HSV(B) 351.88º 0.81% 0.83% -
XYZ 28.58 15.8 6.39 -
YUV 94.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 211 41 64 0 0.81 0.70 0.17 351.88 0.67 0.49
Hex D3 29 40 0 51 46 11 160 43 31
Octal 323 51 100 0 121 106 21 540 103 61
Binary 11010011 101001 1000000 0 1010001 1000110 10001 101100000 1000011 110001

Color Harmonies of #D32940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32940

Black with #D32940

Text Example


Text Example

White with #D32940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32940; }

 p { color: rgb(211,41,64); }

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

background-color css

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

 a { background-color: rgb(211,41,64); }

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

border-color css

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

 span { border-color: rgb(211,41,64); }

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