Html Css Color HEX #D12748 Brick Red

📋 copy color: '#D12748'

red 209 ◦ green 39 ◦ blue 72

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

Shades of Brick Red #D12748

Tints of Brick Red #D12748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

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

R = 65.31%
G = 12.19%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D12748 (or 0xD12748) is known color: Brick Red. HEX triplet: D1, 27 and 48. RGB value is (209,39,72). Sum of RGB (Red+Green+Blue) = 209+39+72=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D12748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12748 is #2ED8B7. Grayscale: #5D5D5D. Windows color (decimal): -3070136 or 4728785. OLE color: 4728785.

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

Color convert

RGB 209 39 72 -
CMYK 0 0.81 0.66 0.18
HSL 348.35º 0.69% 0.49% -
HSV(B) 348.35º 0.81% 0.82% -
XYZ 28.19 15.47 7.63 -
YUV 93.59 115.82 210.32 -
System Red Green Blue C M Y K H S L
Decimal 209 39 72 0 0.81 0.66 0.18 348.35 0.69 0.49
Hex D1 27 48 0 51 42 12 15C 45 31
Octal 321 47 110 0 121 102 22 534 105 61
Binary 11010001 100111 1001000 0 1010001 1000010 10010 101011100 1000101 110001

Color Harmonies of #D12748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12748

Black with #D12748

Text Example


Text Example

White with #D12748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12748; }

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

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

background-color css

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

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

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

border-color css

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

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

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