Html Css Color HEX #D12146 Brick Red

📋 copy color: '#D12146'

red 209 ◦ green 33 ◦ blue 70

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

Shades of Brick Red #D12146

Tints of Brick Red #D12146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.58%

 BLUE value IS 70 (27.73% from 255) = 22.44%

R = 66.99%
G = 10.58%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D12146 (or 0xD12146) is known color: Brick Red. HEX triplet: D1, 21 and 46. RGB value is (209,33,70). Sum of RGB (Red+Green+Blue) = 209+33+70=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D12146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12146 is #2EDEB9. Grayscale: #595959. Windows color (decimal): -3071674 or 4596177. OLE color: 4596177.

HSL color Cylindrical-coordinate representation of color #D12146: hue angle of 347.39º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12146 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 33 70 -
CMYK 0 0.84 0.67 0.18
HSL 347.39º 0.73% 0.47% -
HSV(B) 347.39º 0.84% 0.82% -
XYZ 27.94 15.09 7.23 -
YUV 89.84 116.81 212.99 -
System Red Green Blue C M Y K H S L
Decimal 209 33 70 0 0.84 0.67 0.18 347.39 0.73 0.47
Hex D1 21 46 0 54 43 12 15B 49 2F
Octal 321 41 106 0 124 103 22 533 111 57
Binary 11010001 100001 1000110 0 1010100 1000011 10010 101011011 1001001 101111

Color Harmonies of #D12146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12146

Black with #D12146

Text Example


Text Example

White with #D12146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12146; }

 p { color: rgb(209,33,70); }

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

background-color css

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

 a { background-color: rgb(209,33,70); }

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

border-color css

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

 span { border-color: rgb(209,33,70); }

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