Html Css Color HEX #D12544 Brick Red

📋 copy color: '#D12544'

red 209 ◦ green 37 ◦ blue 68

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

Shades of Brick Red #D12544

Tints of Brick Red #D12544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.78%

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

R = 66.56%
G = 11.78%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D12544 (or 0xD12544) is known color: Brick Red. HEX triplet: D1, 25 and 44. RGB value is (209,37,68). Sum of RGB (Red+Green+Blue) = 209+37+68=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D12544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12544 is #2EDABB. Grayscale: #5C5C5C. Windows color (decimal): -3070652 or 4466129. OLE color: 4466129.

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

Color convert

RGB 209 37 68 -
CMYK 0 0.82 0.67 0.18
HSL 349.19º 0.7% 0.48% -
HSV(B) 349.19º 0.82% 0.82% -
XYZ 28 15.3 6.95 -
YUV 91.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 209 37 68 0 0.82 0.67 0.18 349.19 0.7 0.48
Hex D1 25 44 0 52 43 12 15D 46 30
Octal 321 45 104 0 122 103 22 535 106 60
Binary 11010001 100101 1000100 0 1010010 1000011 10010 101011101 1000110 110000

Color Harmonies of #D12544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12544

Black with #D12544

Text Example


Text Example

White with #D12544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12544; }

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

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

background-color css

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

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

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

border-color css

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

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

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