Html Css Color HEX #D32648 Brick Red

📋 copy color: '#D32648'

red 211 ◦ green 38 ◦ blue 72

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

Shades of Brick Red #D32648

Tints of Brick Red #D32648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.84%

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

R = 65.73%
G = 11.84%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D32648 (or 0xD32648) is known color: Brick Red. HEX triplet: D3, 26 and 48. RGB value is (211,38,72). Sum of RGB (Red+Green+Blue) = 211+38+72=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D32648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32648 is #2CD9B7. Grayscale: #5D5D5D. Windows color (decimal): -2939320 or 4728531. OLE color: 4728531.

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

Color convert

RGB 211 38 72 -
CMYK 0 0.82 0.66 0.17
HSL 348.21º 0.69% 0.49% -
HSV(B) 348.21º 0.82% 0.83% -
XYZ 28.73 15.7 7.65 -
YUV 93.6 115.81 211.74 -
System Red Green Blue C M Y K H S L
Decimal 211 38 72 0 0.82 0.66 0.17 348.21 0.69 0.49
Hex D3 26 48 0 52 42 11 15C 45 31
Octal 323 46 110 0 122 102 21 534 105 61
Binary 11010011 100110 1001000 0 1010010 1000010 10001 101011100 1000101 110001

Color Harmonies of #D32648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32648

Black with #D32648

Text Example


Text Example

White with #D32648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32648; }

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

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

background-color css

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

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

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

border-color css

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

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

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