Html Css Color HEX #D12845 Brick Red

📋 copy color: '#D12845'

red 209 ◦ green 40 ◦ blue 69

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

Shades of Brick Red #D12845

Tints of Brick Red #D12845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.58%

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

R = 65.72%
G = 12.58%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D12845 (or 0xD12845) is known color: Brick Red. HEX triplet: D1, 28 and 45. RGB value is (209,40,69). Sum of RGB (Red+Green+Blue) = 209+40+69=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D12845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12845 is #2ED7BA. Grayscale: #5D5D5D. Windows color (decimal): -3069883 or 4532433. OLE color: 4532433.

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

Color convert

RGB 209 40 69 -
CMYK 0 0.81 0.67 0.18
HSL 349.7º 0.68% 0.49% -
HSV(B) 349.7º 0.81% 0.82% -
XYZ 28.13 15.5 7.14 -
YUV 93.84 113.99 210.14 -
System Red Green Blue C M Y K H S L
Decimal 209 40 69 0 0.81 0.67 0.18 349.7 0.68 0.49
Hex D1 28 45 0 51 43 12 15E 44 31
Octal 321 50 105 0 121 103 22 536 104 61
Binary 11010001 101000 1000101 0 1010001 1000011 10010 101011110 1000100 110001

Color Harmonies of #D12845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12845

Black with #D12845

Text Example


Text Example

White with #D12845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12845; }

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

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

background-color css

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

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

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

border-color css

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

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

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