Html Css Color HEX #D32248 Brick Red

📋 copy color: '#D32248'

red 211 ◦ green 34 ◦ blue 72

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

Shades of Brick Red #D32248

Tints of Brick Red #D32248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.73%

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

R = 66.56%
G = 10.73%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D32248 (or 0xD32248) is known color: Brick Red. HEX triplet: D3, 22 and 48. RGB value is (211,34,72). Sum of RGB (Red+Green+Blue) = 211+34+72=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D32248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32248 is #2CDDB7. Grayscale: #5B5B5B. Windows color (decimal): -2940344 or 4727507. OLE color: 4727507.

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

Color convert

RGB 211 34 72 -
CMYK 0 0.84 0.66 0.17
HSL 347.12º 0.72% 0.48% -
HSV(B) 347.12º 0.84% 0.83% -
XYZ 28.61 15.46 7.61 -
YUV 91.26 117.14 213.41 -
System Red Green Blue C M Y K H S L
Decimal 211 34 72 0 0.84 0.66 0.17 347.12 0.72 0.48
Hex D3 22 48 0 54 42 11 15B 48 30
Octal 323 42 110 0 124 102 21 533 110 60
Binary 11010011 100010 1001000 0 1010100 1000010 10001 101011011 1001000 110000

Color Harmonies of #D32248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32248

Black with #D32248

Text Example


Text Example

White with #D32248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32248; }

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

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

background-color css

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

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

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

border-color css

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

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

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