Html Css Color HEX #D33449 Brick Red

📋 copy color: '#D33449'

red 211 ◦ green 52 ◦ blue 73

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

Shades of Brick Red #D33449

Tints of Brick Red #D33449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.48%

 BLUE value IS 73 (28.91% from 255) = 21.73%

R = 62.8%
G = 15.48%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D33449 (or 0xD33449) is known color: Brick Red. HEX triplet: D3, 34 and 49. RGB value is (211,52,73). Sum of RGB (Red+Green+Blue) = 211+52+73=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D33449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33449 is #2CCBB6. Grayscale: #666666. Windows color (decimal): -2935735 or 4797651. OLE color: 4797651.

HSL color Cylindrical-coordinate representation of color #D33449: hue angle of 352.08º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33449 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 52 73 -
CMYK 0 0.75 0.65 0.17
HSL 352.08º 0.64% 0.52% -
HSV(B) 352.08º 0.75% 0.83% -
XYZ 29.29 16.79 8 -
YUV 101.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 211 52 73 0 0.75 0.65 0.17 352.08 0.64 0.52
Hex D3 34 49 0 4B 41 11 160 40 34
Octal 323 64 111 0 113 101 21 540 100 64
Binary 11010011 110100 1001001 0 1001011 1000001 10001 101100000 1000000 110100

Color Harmonies of #D33449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33449

Black with #D33449

Text Example


Text Example

White with #D33449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33449; }

 p { color: rgb(211,52,73); }

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

background-color css

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

 a { background-color: rgb(211,52,73); }

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

border-color css

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

 span { border-color: rgb(211,52,73); }

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