Html Css Color HEX #D13648 Brick Red

📋 copy color: '#D13648'

red 209 ◦ green 54 ◦ blue 72

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

Shades of Brick Red #D13648

Tints of Brick Red #D13648

RGB

 RED value IS 209 (82.03% from 255) = 62.39%

 GREEN value IS 54 (21.48% from 255) = 16.12%

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

R = 62.39%
G = 16.12%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D13648 (or 0xD13648) is known color: Brick Red. HEX triplet: D1, 36 and 48. RGB value is (209,54,72). Sum of RGB (Red+Green+Blue) = 209+54+72=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D13648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13648 is #2EC9B7. Grayscale: #666666. Windows color (decimal): -3066296 or 4732625. OLE color: 4732625.

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

Color convert

RGB 209 54 72 -
CMYK 0 0.74 0.66 0.18
HSL 353.03º 0.63% 0.52% -
HSV(B) 353.03º 0.74% 0.82% -
XYZ 28.78 16.66 7.83 -
YUV 102.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 209 54 72 0 0.74 0.66 0.18 353.03 0.63 0.52
Hex D1 36 48 0 4A 42 12 161 3F 34
Octal 321 66 110 0 112 102 22 541 77 64
Binary 11010001 110110 1001000 0 1001010 1000010 10010 101100001 111111 110100

Color Harmonies of #D13648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13648

Black with #D13648

Text Example


Text Example

White with #D13648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13648; }

 p { color: rgb(209,54,72); }

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

background-color css

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

 a { background-color: rgb(209,54,72); }

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

border-color css

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

 span { border-color: rgb(209,54,72); }

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