Html Css Color HEX #D12640 Brick Red

📋 copy color: '#D12640'

red 209 ◦ green 38 ◦ blue 64

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

Shades of Brick Red #D12640

Tints of Brick Red #D12640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

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

R = 67.2%
G = 12.22%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D12640 (or 0xD12640) is known color: Brick Red. HEX triplet: D1, 26 and 40. RGB value is (209,38,64). Sum of RGB (Red+Green+Blue) = 209+38+64=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D12640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12640 is #2ED9BF. Grayscale: #5C5C5C. Windows color (decimal): -3070400 or 4204241. OLE color: 4204241.

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

Color convert

RGB 209 38 64 -
CMYK 0 0.82 0.69 0.18
HSL 350.88º 0.69% 0.48% -
HSV(B) 350.88º 0.82% 0.82% -
XYZ 27.91 15.31 6.33 -
YUV 92.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 209 38 64 0 0.82 0.69 0.18 350.88 0.69 0.48
Hex D1 26 40 0 52 45 12 15F 45 30
Octal 321 46 100 0 122 105 22 537 105 60
Binary 11010001 100110 1000000 0 1010010 1000101 10010 101011111 1000101 110000

Color Harmonies of #D12640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12640

Black with #D12640

Text Example


Text Example

White with #D12640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12640; }

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

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

background-color css

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

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

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

border-color css

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

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

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