Html Css Color HEX #D12447 Brick Red

📋 copy color: '#D12447'

red 209 ◦ green 36 ◦ blue 71

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

Shades of Brick Red #D12447

Tints of Brick Red #D12447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.39%

 BLUE value IS 71 (28.13% from 255) = 22.47%

R = 66.14%
G = 11.39%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D12447 (or 0xD12447) is known color: Brick Red. HEX triplet: D1, 24 and 47. RGB value is (209,36,71). Sum of RGB (Red+Green+Blue) = 209+36+71=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D12447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12447 is #2EDBB8. Grayscale: #5B5B5B. Windows color (decimal): -3070905 or 4662481. OLE color: 4662481.

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

Color convert

RGB 209 36 71 -
CMYK 0 0.83 0.66 0.18
HSL 347.86º 0.71% 0.48% -
HSV(B) 347.86º 0.83% 0.82% -
XYZ 28.06 15.27 7.43 -
YUV 91.72 116.31 211.65 -
System Red Green Blue C M Y K H S L
Decimal 209 36 71 0 0.83 0.66 0.18 347.86 0.71 0.48
Hex D1 24 47 0 53 42 12 15C 47 30
Octal 321 44 107 0 123 102 22 534 107 60
Binary 11010001 100100 1000111 0 1010011 1000010 10010 101011100 1000111 110000

Color Harmonies of #D12447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12447

Black with #D12447

Text Example


Text Example

White with #D12447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12447; }

 p { color: rgb(209,36,71); }

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

background-color css

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

 a { background-color: rgb(209,36,71); }

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

border-color css

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

 span { border-color: rgb(209,36,71); }

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