Html Css Color HEX #D12745 Brick Red

📋 copy color: '#D12745'

red 209 ◦ green 39 ◦ blue 69

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

Shades of Brick Red #D12745

Tints of Brick Red #D12745

RGB

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

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

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

R = 65.93%
G = 12.3%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D12745 (or 0xD12745) is known color: Brick Red. HEX triplet: D1, 27 and 45. RGB value is (209,39,69). Sum of RGB (Red+Green+Blue) = 209+39+69=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D12745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12745 is #2ED8BA. Grayscale: #5D5D5D. Windows color (decimal): -3070139 or 4532177. OLE color: 4532177.

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

Color convert

RGB 209 39 69 -
CMYK 0 0.81 0.67 0.18
HSL 349.41º 0.69% 0.49% -
HSV(B) 349.41º 0.81% 0.82% -
XYZ 28.09 15.44 7.13 -
YUV 93.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 209 39 69 0 0.81 0.67 0.18 349.41 0.69 0.49
Hex D1 27 45 0 51 43 12 15D 45 31
Octal 321 47 105 0 121 103 22 535 105 61
Binary 11010001 100111 1000101 0 1010001 1000011 10010 101011101 1000101 110001

Color Harmonies of #D12745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12745

Black with #D12745

Text Example


Text Example

White with #D12745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12745; }

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

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

background-color css

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

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

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

border-color css

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

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

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