Html Css Color HEX #D12545 Brick Red

📋 copy color: '#D12545'

red 209 ◦ green 37 ◦ blue 69

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

Shades of Brick Red #D12545

Tints of Brick Red #D12545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.9%

R = 66.35%
G = 11.75%
B = 21.9%

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

#D12545 (or 0xD12545) is known color: Brick Red. HEX triplet: D1, 25 and 45. RGB value is (209,37,69). Sum of RGB (Red+Green+Blue) = 209+37+69=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D12545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12545 is #2EDABA. Grayscale: #5C5C5C. Windows color (decimal): -3070651 or 4531665. OLE color: 4531665.

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

Color convert

RGB 209 37 69 -
CMYK 0 0.82 0.67 0.18
HSL 348.84º 0.7% 0.48% -
HSV(B) 348.84º 0.82% 0.82% -
XYZ 28.03 15.31 7.11 -
YUV 92.08 114.98 211.4 -
System Red Green Blue C M Y K H S L
Decimal 209 37 69 0 0.82 0.67 0.18 348.84 0.7 0.48
Hex D1 25 45 0 52 43 12 15D 46 30
Octal 321 45 105 0 122 103 22 535 106 60
Binary 11010001 100101 1000101 0 1010010 1000011 10010 101011101 1000110 110000

Color Harmonies of #D12545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12545

Black with #D12545

Text Example


Text Example

White with #D12545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12545; }

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

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

background-color css

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

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

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

border-color css

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

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

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