Html Css Color HEX #D12844 Brick Red

📋 copy color: '#D12844'

red 209 ◦ green 40 ◦ blue 68

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

Shades of Brick Red #D12844

Tints of Brick Red #D12844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 65.93%
G = 12.62%
B = 21.45%

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

#D12844 (or 0xD12844) is known color: Brick Red. HEX triplet: D1, 28 and 44. RGB value is (209,40,68). Sum of RGB (Red+Green+Blue) = 209+40+68=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D12844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12844 is #2ED7BB. Grayscale: #5D5D5D. Windows color (decimal): -3069884 or 4466897. OLE color: 4466897.

HSL color Cylindrical-coordinate representation of color #D12844: hue angle of 350.06º 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 #D12844 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 40 68 -
CMYK 0 0.81 0.67 0.18
HSL 350.06º 0.68% 0.49% -
HSV(B) 350.06º 0.81% 0.82% -
XYZ 28.1 15.49 6.98 -
YUV 93.72 113.49 210.22 -
System Red Green Blue C M Y K H S L
Decimal 209 40 68 0 0.81 0.67 0.18 350.06 0.68 0.49
Hex D1 28 44 0 51 43 12 15E 44 31
Octal 321 50 104 0 121 103 22 536 104 61
Binary 11010001 101000 1000100 0 1010001 1000011 10010 101011110 1000100 110001

Color Harmonies of #D12844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12844

Black with #D12844

Text Example


Text Example

White with #D12844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12844; }

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

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

background-color css

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

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

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

border-color css

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

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

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