Html Css Color HEX #D13446 Brick Red

📋 copy color: '#D13446'

red 209 ◦ green 52 ◦ blue 70

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

Shades of Brick Red #D13446

Tints of Brick Red #D13446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.15%

R = 63.14%
G = 15.71%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D13446 (or 0xD13446) is known color: Brick Red. HEX triplet: D1, 34 and 46. RGB value is (209,52,70). Sum of RGB (Red+Green+Blue) = 209+52+70=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D13446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13446 is #2ECBB9. Grayscale: #656565. Windows color (decimal): -3066810 or 4601041. OLE color: 4601041.

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

Color convert

RGB 209 52 70 -
CMYK 0 0.75 0.67 0.18
HSL 353.12º 0.63% 0.51% -
HSV(B) 353.12º 0.75% 0.82% -
XYZ 28.63 16.45 7.46 -
YUV 101 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 209 52 70 0 0.75 0.67 0.18 353.12 0.63 0.51
Hex D1 34 46 0 4B 43 12 161 3F 33
Octal 321 64 106 0 113 103 22 541 77 63
Binary 11010001 110100 1000110 0 1001011 1000011 10010 101100001 111111 110011

Color Harmonies of #D13446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13446

Black with #D13446

Text Example


Text Example

White with #D13446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13446; }

 p { color: rgb(209,52,70); }

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

background-color css

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

 a { background-color: rgb(209,52,70); }

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

border-color css

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

 span { border-color: rgb(209,52,70); }

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