Html Css Color HEX #D32A3E Brick Red

📋 copy color: '#D32A3E'

red 211 ◦ green 42 ◦ blue 62

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

Shades of Brick Red #D32A3E

Tints of Brick Red #D32A3E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.33%

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

R = 66.98%
G = 13.33%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D32A3E (or 0xD32A3E) is known color: Brick Red. HEX triplet: D3, 2A and 3E. RGB value is (211,42,62). Sum of RGB (Red+Green+Blue) = 211+42+62=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D32A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32A3E is #2CD5C1. Grayscale: #5E5E5E. Windows color (decimal): -2938306 or 4074195. OLE color: 4074195.

HSL color Cylindrical-coordinate representation of color #D32A3E: hue angle of 352.9º degrees, saturation: 0.67, 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 #D32A3E is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 42 62 -
CMYK 0 0.80 0.71 0.17
HSL 352.9º 0.67% 0.5% -
HSV(B) 352.9º 0.8% 0.83% -
XYZ 28.56 15.85 6.11 -
YUV 94.81 109.49 210.87 -
System Red Green Blue C M Y K H S L
Decimal 211 42 62 0 0.80 0.71 0.17 352.9 0.67 0.5
Hex D3 2A 3E 0 50 47 11 161 43 32
Octal 323 52 76 0 120 107 21 541 103 62
Binary 11010011 101010 111110 0 1010000 1000111 10001 101100001 1000011 110010

Color Harmonies of #D32A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32A3E

Black with #D32A3E

Text Example


Text Example

White with #D32A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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