Html Css Color HEX #D12948 Brick Red

📋 copy color: '#D12948'

red 209 ◦ green 41 ◦ blue 72

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

Shades of Brick Red #D12948

Tints of Brick Red #D12948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.73%

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

R = 64.91%
G = 12.73%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D12948 (or 0xD12948) is known color: Brick Red. HEX triplet: D1, 29 and 48. RGB value is (209,41,72). Sum of RGB (Red+Green+Blue) = 209+41+72=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D12948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12948 is #2ED6B7. Grayscale: #5E5E5E. Windows color (decimal): -3069624 or 4729297. OLE color: 4729297.

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

Color convert

RGB 209 41 72 -
CMYK 0 0.80 0.66 0.18
HSL 348.93º 0.67% 0.49% -
HSV(B) 348.93º 0.8% 0.82% -
XYZ 28.26 15.61 7.65 -
YUV 94.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 209 41 72 0 0.80 0.66 0.18 348.93 0.67 0.49
Hex D1 29 48 0 50 42 12 15D 43 31
Octal 321 51 110 0 120 102 22 535 103 61
Binary 11010001 101001 1001000 0 1010000 1000010 10010 101011101 1000011 110001

Color Harmonies of #D12948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12948

Black with #D12948

Text Example


Text Example

White with #D12948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12948; }

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

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

background-color css

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

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

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

border-color css

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

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

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