Html Css Color HEX #D13845 Brick Red

📋 copy color: '#D13845'

red 209 ◦ green 56 ◦ blue 69

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

Shades of Brick Red #D13845

Tints of Brick Red #D13845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 62.57%
G = 16.77%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D13845 (or 0xD13845) is known color: Brick Red. HEX triplet: D1, 38 and 45. RGB value is (209,56,69). Sum of RGB (Red+Green+Blue) = 209+56+69=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D13845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13845 is #2EC7BA. Grayscale: #676767. Windows color (decimal): -3065787 or 4536529. OLE color: 4536529.

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

Color convert

RGB 209 56 69 -
CMYK 0 0.73 0.67 0.18
HSL 354.9º 0.62% 0.52% -
HSV(B) 354.9º 0.73% 0.82% -
XYZ 28.78 16.81 7.36 -
YUV 103.23 108.69 203.44 -
System Red Green Blue C M Y K H S L
Decimal 209 56 69 0 0.73 0.67 0.18 354.9 0.62 0.52
Hex D1 38 45 0 49 43 12 163 3E 34
Octal 321 70 105 0 111 103 22 543 76 64
Binary 11010001 111000 1000101 0 1001001 1000011 10010 101100011 111110 110100

Color Harmonies of #D13845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13845

Black with #D13845

Text Example


Text Example

White with #D13845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13845; }

 p { color: rgb(209,56,69); }

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

background-color css

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

 a { background-color: rgb(209,56,69); }

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

border-color css

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

 span { border-color: rgb(209,56,69); }

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