Html Css Color HEX #D32C3E Brick Red

📋 copy color: '#D32C3E'

red 211 ◦ green 44 ◦ blue 62

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

Shades of Brick Red #D32C3E

Tints of Brick Red #D32C3E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.88%

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 66.56%
G = 13.88%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D32C3E (or 0xD32C3E) is known color: Brick Red. HEX triplet: D3, 2C and 3E. RGB value is (211,44,62). Sum of RGB (Red+Green+Blue) = 211+44+62=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D32C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32C3E is #2CD3C1. Grayscale: #606060. Windows color (decimal): -2937794 or 4074707. OLE color: 4074707.

HSL color Cylindrical-coordinate representation of color #D32C3E: hue angle of 353.53º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32C3E is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 44 62 -
CMYK 0 0.79 0.71 0.17
HSL 353.53º 0.65% 0.5% -
HSV(B) 353.53º 0.79% 0.83% -
XYZ 28.63 16 6.14 -
YUV 95.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 211 44 62 0 0.79 0.71 0.17 353.53 0.65 0.5
Hex D3 2C 3E 0 4F 47 11 162 41 32
Octal 323 54 76 0 117 107 21 542 101 62
Binary 11010011 101100 111110 0 1001111 1000111 10001 101100010 1000001 110010

Color Harmonies of #D32C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32C3E

Black with #D32C3E

Text Example


Text Example

White with #D32C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32C3E; }

 p { color: rgb(211,44,62); }

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

background-color css

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

 a { background-color: rgb(211,44,62); }

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

border-color css

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

 span { border-color: rgb(211,44,62); }

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