Html Css Color HEX #D33141 Brick Red

📋 copy color: '#D33141'

red 211 ◦ green 49 ◦ blue 65

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

Shades of Brick Red #D33141

Tints of Brick Red #D33141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.08%

 BLUE value IS 65 (25.78% from 255) = 20%

R = 64.92%
G = 15.08%
B = 20%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D33141 (or 0xD33141) is known color: Brick Red. HEX triplet: D3, 31 and 41. RGB value is (211,49,65). Sum of RGB (Red+Green+Blue) = 211+49+65=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D33141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33141 is #2CCEBE. Grayscale: #636363. Windows color (decimal): -2936511 or 4272595. OLE color: 4272595.

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

Color convert

RGB 211 49 65 -
CMYK 0 0.77 0.69 0.17
HSL 354.07º 0.65% 0.51% -
HSV(B) 354.07º 0.77% 0.83% -
XYZ 28.92 16.43 6.65 -
YUV 99.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 211 49 65 0 0.77 0.69 0.17 354.07 0.65 0.51
Hex D3 31 41 0 4D 45 11 162 41 33
Octal 323 61 101 0 115 105 21 542 101 63
Binary 11010011 110001 1000001 0 1001101 1000101 10001 101100010 1000001 110011

Color Harmonies of #D33141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33141

Black with #D33141

Text Example


Text Example

White with #D33141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33141; }

 p { color: rgb(211,49,65); }

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

background-color css

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

 a { background-color: rgb(211,49,65); }

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

border-color css

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

 span { border-color: rgb(211,49,65); }

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