Html Css Color HEX #D33448 Brick Red

📋 copy color: '#D33448'

red 211 ◦ green 52 ◦ blue 72

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

Shades of Brick Red #D33448

Tints of Brick Red #D33448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 62.99%
G = 15.52%
B = 21.49%

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

#D33448 (or 0xD33448) is known color: Brick Red. HEX triplet: D3, 34 and 48. RGB value is (211,52,72). Sum of RGB (Red+Green+Blue) = 211+52+72=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D33448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33448 is #2CCBB7. Grayscale: #656565. Windows color (decimal): -2935736 or 4732115. OLE color: 4732115.

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

Color convert

RGB 211 52 72 -
CMYK 0 0.75 0.66 0.17
HSL 352.45º 0.64% 0.52% -
HSV(B) 352.45º 0.75% 0.83% -
XYZ 29.26 16.77 7.83 -
YUV 101.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 211 52 72 0 0.75 0.66 0.17 352.45 0.64 0.52
Hex D3 34 48 0 4B 42 11 160 40 34
Octal 323 64 110 0 113 102 21 540 100 64
Binary 11010011 110100 1001000 0 1001011 1000010 10001 101100000 1000000 110100

Color Harmonies of #D33448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33448

Black with #D33448

Text Example


Text Example

White with #D33448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33448; }

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

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

background-color css

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

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

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

border-color css

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

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

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