Html Css Color HEX #D12643 Brick Red

📋 copy color: '#D12643'

red 209 ◦ green 38 ◦ blue 67

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

Shades of Brick Red #D12643

Tints of Brick Red #D12643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.34%

R = 66.56%
G = 12.1%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D12643 (or 0xD12643) is known color: Brick Red. HEX triplet: D1, 26 and 43. RGB value is (209,38,67). Sum of RGB (Red+Green+Blue) = 209+38+67=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D12643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12643 is #2ED9BC. Grayscale: #5C5C5C. Windows color (decimal): -3070397 or 4400849. OLE color: 4400849.

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

Color convert

RGB 209 38 67 -
CMYK 0 0.82 0.68 0.18
HSL 349.82º 0.69% 0.48% -
HSV(B) 349.82º 0.82% 0.82% -
XYZ 28 15.35 6.8 -
YUV 92.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 209 38 67 0 0.82 0.68 0.18 349.82 0.69 0.48
Hex D1 26 43 0 52 44 12 15E 45 30
Octal 321 46 103 0 122 104 22 536 105 60
Binary 11010001 100110 1000011 0 1010010 1000100 10010 101011110 1000101 110000

Color Harmonies of #D12643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12643

Black with #D12643

Text Example


Text Example

White with #D12643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12643; }

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

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

background-color css

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

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

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

border-color css

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

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

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