Html Css Color HEX #D32441 Brick Red

📋 copy color: '#D32441'

red 211 ◦ green 36 ◦ blue 65

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

Shades of Brick Red #D32441

Tints of Brick Red #D32441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 67.63%
G = 11.54%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D32441 (or 0xD32441) is known color: Brick Red. HEX triplet: D3, 24 and 41. RGB value is (211,36,65). Sum of RGB (Red+Green+Blue) = 211+36+65=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D32441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32441 is #2CDBBE. Grayscale: #5B5B5B. Windows color (decimal): -2939839 or 4269267. OLE color: 4269267.

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

Color convert

RGB 211 36 65 -
CMYK 0 0.83 0.69 0.17
HSL 350.06º 0.71% 0.48% -
HSV(B) 350.06º 0.83% 0.83% -
XYZ 28.45 15.49 6.49 -
YUV 91.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 211 36 65 0 0.83 0.69 0.17 350.06 0.71 0.48
Hex D3 24 41 0 53 45 11 15E 47 30
Octal 323 44 101 0 123 105 21 536 107 60
Binary 11010011 100100 1000001 0 1010011 1000101 10001 101011110 1000111 110000

Color Harmonies of #D32441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32441

Black with #D32441

Text Example


Text Example

White with #D32441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32441; }

 p { color: rgb(211,36,65); }

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

background-color css

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

 a { background-color: rgb(211,36,65); }

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

border-color css

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

 span { border-color: rgb(211,36,65); }

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