Html Css Color HEX #D32243 Brick Red

📋 copy color: '#D32243'

red 211 ◦ green 34 ◦ blue 67

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

Shades of Brick Red #D32243

Tints of Brick Red #D32243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.47%

R = 67.63%
G = 10.9%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D32243 (or 0xD32243) is known color: Brick Red. HEX triplet: D3, 22 and 43. RGB value is (211,34,67). Sum of RGB (Red+Green+Blue) = 211+34+67=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D32243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32243 is #2CDDBC. Grayscale: #5A5A5A. Windows color (decimal): -2940349 or 4399827. OLE color: 4399827.

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

Color convert

RGB 211 34 67 -
CMYK 0 0.84 0.68 0.17
HSL 348.81º 0.72% 0.48% -
HSV(B) 348.81º 0.84% 0.83% -
XYZ 28.45 15.4 6.78 -
YUV 90.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 211 34 67 0 0.84 0.68 0.17 348.81 0.72 0.48
Hex D3 22 43 0 54 44 11 15D 48 30
Octal 323 42 103 0 124 104 21 535 110 60
Binary 11010011 100010 1000011 0 1010100 1000100 10001 101011101 1001000 110000

Color Harmonies of #D32243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32243

Black with #D32243

Text Example


Text Example

White with #D32243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32243; }

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

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

background-color css

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

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

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

border-color css

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

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

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