Html Css Color HEX #D33748 Brick Red

📋 copy color: '#D33748'

red 211 ◦ green 55 ◦ blue 72

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

Shades of Brick Red #D33748

Tints of Brick Red #D33748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.27%

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

R = 62.43%
G = 16.27%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D33748 (or 0xD33748) is known color: Brick Red. HEX triplet: D3, 37 and 48. RGB value is (211,55,72). Sum of RGB (Red+Green+Blue) = 211+55+72=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D33748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33748 is #2CC8B7. Grayscale: #676767. Windows color (decimal): -2934968 or 4732883. OLE color: 4732883.

HSL color Cylindrical-coordinate representation of color #D33748: hue angle of 353.46º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33748 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 55 72 -
CMYK 0 0.74 0.66 0.17
HSL 353.46º 0.64% 0.52% -
HSV(B) 353.46º 0.74% 0.83% -
XYZ 29.4 17.05 7.87 -
YUV 103.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 211 55 72 0 0.74 0.66 0.17 353.46 0.64 0.52
Hex D3 37 48 0 4A 42 11 161 40 34
Octal 323 67 110 0 112 102 21 541 100 64
Binary 11010011 110111 1001000 0 1001010 1000010 10001 101100001 1000000 110100

Color Harmonies of #D33748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33748

Black with #D33748

Text Example


Text Example

White with #D33748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33748; }

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

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

background-color css

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

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

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

border-color css

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

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

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