Html Css Color HEX #D33244 Brick Red

📋 copy color: '#D33244'

red 211 ◦ green 50 ◦ blue 68

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

Shades of Brick Red #D33244

Tints of Brick Red #D33244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

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

R = 64.13%
G = 15.2%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D33244 (or 0xD33244) is known color: Brick Red. HEX triplet: D3, 32 and 44. RGB value is (211,50,68). Sum of RGB (Red+Green+Blue) = 211+50+68=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D33244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33244 is #2CCDBB. Grayscale: #646464. Windows color (decimal): -2936252 or 4469459. OLE color: 4469459.

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

Color convert

RGB 211 50 68 -
CMYK 0 0.76 0.68 0.17
HSL 353.29º 0.65% 0.51% -
HSV(B) 353.29º 0.76% 0.83% -
XYZ 29.05 16.55 7.13 -
YUV 100.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 211 50 68 0 0.76 0.68 0.17 353.29 0.65 0.51
Hex D3 32 44 0 4C 44 11 161 41 33
Octal 323 62 104 0 114 104 21 541 101 63
Binary 11010011 110010 1000100 0 1001100 1000100 10001 101100001 1000001 110011

Color Harmonies of #D33244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33244

Black with #D33244

Text Example


Text Example

White with #D33244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33244; }

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

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

background-color css

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

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

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

border-color css

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

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

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