Html Css Color HEX #D13346 Brick Red

📋 copy color: '#D13346'

red 209 ◦ green 51 ◦ blue 70

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

Shades of Brick Red #D13346

Tints of Brick Red #D13346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

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

R = 63.33%
G = 15.45%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D13346 (or 0xD13346) is known color: Brick Red. HEX triplet: D1, 33 and 46. RGB value is (209,51,70). Sum of RGB (Red+Green+Blue) = 209+51+70=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D13346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13346 is #2ECCB9. Grayscale: #646464. Windows color (decimal): -3067066 or 4600785. OLE color: 4600785.

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

Color convert

RGB 209 51 70 -
CMYK 0 0.76 0.67 0.18
HSL 352.78º 0.63% 0.51% -
HSV(B) 352.78º 0.76% 0.82% -
XYZ 28.58 16.37 7.45 -
YUV 100.41 110.85 205.46 -
System Red Green Blue C M Y K H S L
Decimal 209 51 70 0 0.76 0.67 0.18 352.78 0.63 0.51
Hex D1 33 46 0 4C 43 12 161 3F 33
Octal 321 63 106 0 114 103 22 541 77 63
Binary 11010001 110011 1000110 0 1001100 1000011 10010 101100001 111111 110011

Color Harmonies of #D13346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13346

Black with #D13346

Text Example


Text Example

White with #D13346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13346; }

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

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

background-color css

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

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

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

border-color css

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

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

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