Html Css Color HEX #D33545 Brick Red

📋 copy color: '#D33545'

red 211 ◦ green 53 ◦ blue 69

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

Shades of Brick Red #D33545

Tints of Brick Red #D33545

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.92%

 BLUE value IS 69 (27.34% from 255) = 20.72%

R = 63.36%
G = 15.92%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D33545 (or 0xD33545) is known color: Brick Red. HEX triplet: D3, 35 and 45. RGB value is (211,53,69). Sum of RGB (Red+Green+Blue) = 211+53+69=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D33545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33545 is #2CCABA. Grayscale: #666666. Windows color (decimal): -2935483 or 4535763. OLE color: 4535763.

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

Color convert

RGB 211 53 69 -
CMYK 0 0.75 0.67 0.17
HSL 353.92º 0.64% 0.52% -
HSV(B) 353.92º 0.75% 0.83% -
XYZ 29.21 16.82 7.34 -
YUV 102.07 109.35 205.7 -
System Red Green Blue C M Y K H S L
Decimal 211 53 69 0 0.75 0.67 0.17 353.92 0.64 0.52
Hex D3 35 45 0 4B 43 11 162 40 34
Octal 323 65 105 0 113 103 21 542 100 64
Binary 11010011 110101 1000101 0 1001011 1000011 10001 101100010 1000000 110100

Color Harmonies of #D33545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33545

Black with #D33545

Text Example


Text Example

White with #D33545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33545; }

 p { color: rgb(211,53,69); }

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

background-color css

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

 a { background-color: rgb(211,53,69); }

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

border-color css

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

 span { border-color: rgb(211,53,69); }

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