Html Css Color HEX #D33044 Brick Red

📋 copy color: '#D33044'

red 211 ◦ green 48 ◦ blue 68

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

Shades of Brick Red #D33044

Tints of Brick Red #D33044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

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

R = 64.53%
G = 14.68%
B = 20.8%

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

#D33044 (or 0xD33044) is known color: Brick Red. HEX triplet: D3, 30 and 44. RGB value is (211,48,68). Sum of RGB (Red+Green+Blue) = 211+48+68=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D33044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33044 is #2CCFBB. Grayscale: #636363. Windows color (decimal): -2936764 or 4468947. OLE color: 4468947.

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

Color convert

RGB 211 48 68 -
CMYK 0 0.77 0.68 0.17
HSL 352.64º 0.65% 0.51% -
HSV(B) 352.64º 0.77% 0.83% -
XYZ 28.96 16.38 7.1 -
YUV 99.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 211 48 68 0 0.77 0.68 0.17 352.64 0.65 0.51
Hex D3 30 44 0 4D 44 11 161 41 33
Octal 323 60 104 0 115 104 21 541 101 63
Binary 11010011 110000 1000100 0 1001101 1000100 10001 101100001 1000001 110011

Color Harmonies of #D33044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33044

Black with #D33044

Text Example


Text Example

White with #D33044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33044; }

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

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

background-color css

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

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

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

border-color css

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

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

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