Html Css Color HEX #D12648 Brick Red

📋 copy color: '#D12648'

red 209 ◦ green 38 ◦ blue 72

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

Shades of Brick Red #D12648

Tints of Brick Red #D12648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.91%

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 65.52%
G = 11.91%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D12648 (or 0xD12648) is known color: Brick Red. HEX triplet: D1, 26 and 48. RGB value is (209,38,72). Sum of RGB (Red+Green+Blue) = 209+38+72=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D12648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12648 is #2ED9B7. Grayscale: #5D5D5D. Windows color (decimal): -3070392 or 4728529. OLE color: 4728529.

HSL color Cylindrical-coordinate representation of color #D12648: hue angle of 348.07º degrees, saturation: 0.69, 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 #D12648 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 38 72 -
CMYK 0 0.82 0.66 0.18
HSL 348.07º 0.69% 0.48% -
HSV(B) 348.07º 0.82% 0.82% -
XYZ 28.16 15.41 7.62 -
YUV 93.01 116.15 210.74 -
System Red Green Blue C M Y K H S L
Decimal 209 38 72 0 0.82 0.66 0.18 348.07 0.69 0.48
Hex D1 26 48 0 52 42 12 15C 45 30
Octal 321 46 110 0 122 102 22 534 105 60
Binary 11010001 100110 1001000 0 1010010 1000010 10010 101011100 1000101 110000

Color Harmonies of #D12648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12648

Black with #D12648

Text Example


Text Example

White with #D12648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12648; }

 p { color: rgb(209,38,72); }

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

background-color css

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

 a { background-color: rgb(209,38,72); }

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

border-color css

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

 span { border-color: rgb(209,38,72); }

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