Html Css Color HEX #D13649 Brick Red

📋 copy color: '#D13649'

red 209 ◦ green 54 ◦ blue 73

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

Shades of Brick Red #D13649

Tints of Brick Red #D13649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.73%

R = 62.2%
G = 16.07%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D13649 (or 0xD13649) is known color: Brick Red. HEX triplet: D1, 36 and 49. RGB value is (209,54,73). Sum of RGB (Red+Green+Blue) = 209+54+73=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D13649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13649 is #2EC9B6. Grayscale: #666666. Windows color (decimal): -3066295 or 4798161. OLE color: 4798161.

HSL color Cylindrical-coordinate representation of color #D13649: hue angle of 352.65º 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 #D13649 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 54 73 -
CMYK 0 0.74 0.65 0.18
HSL 352.65º 0.63% 0.52% -
HSV(B) 352.65º 0.74% 0.82% -
XYZ 28.82 16.67 8 -
YUV 102.51 111.35 203.96 -
System Red Green Blue C M Y K H S L
Decimal 209 54 73 0 0.74 0.65 0.18 352.65 0.63 0.52
Hex D1 36 49 0 4A 41 12 161 3F 34
Octal 321 66 111 0 112 101 22 541 77 64
Binary 11010001 110110 1001001 0 1001010 1000001 10010 101100001 111111 110100

Color Harmonies of #D13649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13649

Black with #D13649

Text Example


Text Example

White with #D13649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13649; }

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

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

background-color css

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

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

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

border-color css

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

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

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