Html Css Color HEX #D32B3F Brick Red

📋 copy color: '#D32B3F'

red 211 ◦ green 43 ◦ blue 63

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

Shades of Brick Red #D32B3F

Tints of Brick Red #D32B3F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.56%

 BLUE value IS 63 (25% from 255) = 19.87%

R = 66.56%
G = 13.56%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D32B3F (or 0xD32B3F) is known color: Brick Red. HEX triplet: D3, 2B and 3F. RGB value is (211,43,63). Sum of RGB (Red+Green+Blue) = 211+43+63=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D32B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32B3F is #2CD4C0. Grayscale: #5F5F5F. Windows color (decimal): -2938049 or 4139987. OLE color: 4139987.

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

Color convert

RGB 211 43 63 -
CMYK 0 0.80 0.70 0.17
HSL 352.86º 0.66% 0.5% -
HSV(B) 352.86º 0.8% 0.83% -
XYZ 28.63 15.94 6.27 -
YUV 95.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 211 43 63 0 0.80 0.70 0.17 352.86 0.66 0.5
Hex D3 2B 3F 0 50 46 11 161 42 32
Octal 323 53 77 0 120 106 21 541 102 62
Binary 11010011 101011 111111 0 1010000 1000110 10001 101100001 1000010 110010

Color Harmonies of #D32B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32B3F

Black with #D32B3F

Text Example


Text Example

White with #D32B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32B3F; }

 p { color: rgb(211,43,63); }

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

background-color css

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

 a { background-color: rgb(211,43,63); }

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

border-color css

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

 span { border-color: rgb(211,43,63); }

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