Html Css Color HEX #D12440 Brick Red

📋 copy color: '#D12440'

red 209 ◦ green 36 ◦ blue 64

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

Shades of Brick Red #D12440

Tints of Brick Red #D12440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.65%

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 67.64%
G = 11.65%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D12440 (or 0xD12440) is known color: Brick Red. HEX triplet: D1, 24 and 40. RGB value is (209,36,64). Sum of RGB (Red+Green+Blue) = 209+36+64=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D12440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12440 is #2EDBBF. Grayscale: #5A5A5A. Windows color (decimal): -3070912 or 4203729. OLE color: 4203729.

HSL color Cylindrical-coordinate representation of color #D12440: hue angle of 350.29º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12440 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 64 -
CMYK 0 0.83 0.69 0.18
HSL 350.29º 0.71% 0.48% -
HSV(B) 350.29º 0.83% 0.82% -
XYZ 27.85 15.19 6.31 -
YUV 90.92 112.81 212.22 -
System Red Green Blue C M Y K H S L
Decimal 209 36 64 0 0.83 0.69 0.18 350.29 0.71 0.48
Hex D1 24 40 0 53 45 12 15E 47 30
Octal 321 44 100 0 123 105 22 536 107 60
Binary 11010001 100100 1000000 0 1010011 1000101 10010 101011110 1000111 110000

Color Harmonies of #D12440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12440

Black with #D12440

Text Example


Text Example

White with #D12440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12440; }

 p { color: rgb(209,36,64); }

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

background-color css

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

 a { background-color: rgb(209,36,64); }

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

border-color css

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

 span { border-color: rgb(209,36,64); }

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