Html Css Color HEX #D32448 Brick Red

📋 copy color: '#D32448'

red 211 ◦ green 36 ◦ blue 72

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

Shades of Brick Red #D32448

Tints of Brick Red #D32448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 66.14%
G = 11.29%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D32448 (or 0xD32448) is known color: Brick Red. HEX triplet: D3, 24 and 48. RGB value is (211,36,72). Sum of RGB (Red+Green+Blue) = 211+36+72=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D32448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32448 is #2CDBB7. Grayscale: #5C5C5C. Windows color (decimal): -2939832 or 4728019. OLE color: 4728019.

HSL color Cylindrical-coordinate representation of color #D32448: hue angle of 347.66º 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 #D32448 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 36 72 -
CMYK 0 0.83 0.66 0.17
HSL 347.66º 0.71% 0.48% -
HSV(B) 347.66º 0.83% 0.83% -
XYZ 28.66 15.58 7.63 -
YUV 92.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 211 36 72 0 0.83 0.66 0.17 347.66 0.71 0.48
Hex D3 24 48 0 53 42 11 15C 47 30
Octal 323 44 110 0 123 102 21 534 107 60
Binary 11010011 100100 1001000 0 1010011 1000010 10001 101011100 1000111 110000

Color Harmonies of #D32448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32448

Black with #D32448

Text Example


Text Example

White with #D32448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32448; }

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

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

background-color css

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

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

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

border-color css

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

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

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