Html Css Color HEX #D33447 Brick Red

📋 copy color: '#D33447'

red 211 ◦ green 52 ◦ blue 71

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

Shades of Brick Red #D33447

Tints of Brick Red #D33447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.26%

R = 63.17%
G = 15.57%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D33447 (or 0xD33447) is known color: Brick Red. HEX triplet: D3, 34 and 47. RGB value is (211,52,71). Sum of RGB (Red+Green+Blue) = 211+52+71=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D33447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33447 is #2CCBB8. Grayscale: #656565. Windows color (decimal): -2935737 or 4666579. OLE color: 4666579.

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

Color convert

RGB 211 52 71 -
CMYK 0 0.75 0.66 0.17
HSL 352.83º 0.64% 0.52% -
HSV(B) 352.83º 0.75% 0.83% -
XYZ 29.23 16.76 7.66 -
YUV 101.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 211 52 71 0 0.75 0.66 0.17 352.83 0.64 0.52
Hex D3 34 47 0 4B 42 11 161 40 34
Octal 323 64 107 0 113 102 21 541 100 64
Binary 11010011 110100 1000111 0 1001011 1000010 10001 101100001 1000000 110100

Color Harmonies of #D33447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33447

Black with #D33447

Text Example


Text Example

White with #D33447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33447; }

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

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

background-color css

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

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

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

border-color css

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

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

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