Html Css Color HEX #D12546 Brick Red

📋 copy color: '#D12546'

red 209 ◦ green 37 ◦ blue 70

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

Shades of Brick Red #D12546

Tints of Brick Red #D12546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

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

R = 66.14%
G = 11.71%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D12546 (or 0xD12546) is known color: Brick Red. HEX triplet: D1, 25 and 46. RGB value is (209,37,70). Sum of RGB (Red+Green+Blue) = 209+37+70=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D12546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12546 is #2EDAB9. Grayscale: #5C5C5C. Windows color (decimal): -3070650 or 4597201. OLE color: 4597201.

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

Color convert

RGB 209 37 70 -
CMYK 0 0.82 0.67 0.18
HSL 348.49º 0.7% 0.48% -
HSV(B) 348.49º 0.82% 0.82% -
XYZ 28.06 15.32 7.27 -
YUV 92.19 115.48 211.32 -
System Red Green Blue C M Y K H S L
Decimal 209 37 70 0 0.82 0.67 0.18 348.49 0.7 0.48
Hex D1 25 46 0 52 43 12 15C 46 30
Octal 321 45 106 0 122 103 22 534 106 60
Binary 11010001 100101 1000110 0 1010010 1000011 10010 101011100 1000110 110000

Color Harmonies of #D12546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12546

Black with #D12546

Text Example


Text Example

White with #D12546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12546; }

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

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

background-color css

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

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

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

border-color css

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

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

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