Html Css Color HEX #D33649 Brick Red

📋 copy color: '#D33649'

red 211 ◦ green 54 ◦ blue 73

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

Shades of Brick Red #D33649

Tints of Brick Red #D33649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.98%

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

R = 62.43%
G = 15.98%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D33649 (or 0xD33649) is known color: Brick Red. HEX triplet: D3, 36 and 49. RGB value is (211,54,73). Sum of RGB (Red+Green+Blue) = 211+54+73=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D33649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33649 is #2CC9B6. Grayscale: #676767. Windows color (decimal): -2935223 or 4798163. OLE color: 4798163.

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

Color convert

RGB 211 54 73 -
CMYK 0 0.74 0.65 0.17
HSL 352.74º 0.64% 0.52% -
HSV(B) 352.74º 0.74% 0.83% -
XYZ 29.39 16.97 8.03 -
YUV 103.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 211 54 73 0 0.74 0.65 0.17 352.74 0.64 0.52
Hex D3 36 49 0 4A 41 11 161 40 34
Octal 323 66 111 0 112 101 21 541 100 64
Binary 11010011 110110 1001001 0 1001010 1000001 10001 101100001 1000000 110100

Color Harmonies of #D33649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33649

Black with #D33649

Text Example


Text Example

White with #D33649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33649; }

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

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

background-color css

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

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

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

border-color css

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

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

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