Html Css Color HEX #D33144 Brick Red

📋 copy color: '#D33144'

red 211 ◦ green 49 ◦ blue 68

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

Shades of Brick Red #D33144

Tints of Brick Red #D33144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.73%

R = 64.33%
G = 14.94%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D33144 (or 0xD33144) is known color: Brick Red. HEX triplet: D3, 31 and 44. RGB value is (211,49,68). Sum of RGB (Red+Green+Blue) = 211+49+68=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D33144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33144 is #2CCEBB. Grayscale: #636363. Windows color (decimal): -2936508 or 4469203. OLE color: 4469203.

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

Color convert

RGB 211 49 68 -
CMYK 0 0.77 0.68 0.17
HSL 352.96º 0.65% 0.51% -
HSV(B) 352.96º 0.77% 0.83% -
XYZ 29.01 16.46 7.12 -
YUV 99.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 211 49 68 0 0.77 0.68 0.17 352.96 0.65 0.51
Hex D3 31 44 0 4D 44 11 161 41 33
Octal 323 61 104 0 115 104 21 541 101 63
Binary 11010011 110001 1000100 0 1001101 1000100 10001 101100001 1000001 110011

Color Harmonies of #D33144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33144

Black with #D33144

Text Example


Text Example

White with #D33144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33144; }

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

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

background-color css

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

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

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

border-color css

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

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

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